Standard iPart configuration
- Name - Enter a name for the content item.
This text appears during design mode (configuration).
- Title - Enter the text to display above this iPart on the rendered page.
If blank, no title displays.
- Do not render in design mode - Select this option to prevent content
record data from being loaded in the content editor. This improves performance during design time
(configuration).
- iPart CSS class - (optional) Enter the name of a CSS class to associate with
this iPart, which will add a DIV so named around the iPart. Add this CSS class to an appropriate
style sheet. Using such classes lets you apply special formatting to targeted iParts in a reusable way.
- Display a border around this content - Select this option to display a border
around this iPart on the rendered page.
- Display content within a collapsible panel - Enable to allow users to minimize
the panel within the page, to work with dense pages more efficiently.
- Show the content as collapsed - Enable to display the panel minimized by default.
Tip: Be sure that the Title makes clear what data is hidden from view.
TextAlert configuration
- SQL stored procedure which provides the text to display - The stored procedure named here will be executed, passing in information about who is logged in and what record is on screen. If the procedure returns rows of data, the contents of column FIXEDTEXT from the first row of results will be displayed. However, if the results also include a column named ERROR_MESSAGE, that error will be written to the log file and the output to the user will be blank.
This help file:
$Rev: 7494 $
$Date: 2013-08-13 11:42:37 -0500 (Tue, 13 Aug 2013) $