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 - A SQL stored procedure which accepts @id (varchar(10)), @userid (varchar(60)) and @url (varchar(1000)) as parameters, and produces the output for display. 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.
- Format as table - If checked, TextAlert will generate an HTML table with all the rows and columns returned by the stored procedure. If unchecked, only the FIXEDTEXT column of the first row of output will be displayed.
- Show table header - If checked, the HTML table will include a header row with the column names. Has no effect when not using a table.
This help file:
$Rev: 9558 $
$Date: 2015-05-15 13:48:35 -0500 (Fri, 15 May 2015) $