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.
- Allow or block HTML markup in output - If the text used in the alert can contain data from the user, your website can be exposed to Cross-Site Scripting (XSS) attacks. You should only enable this feature if alerts do not contain user-entered data, or you can protect against XSS in other ways. If you choose "Use global default", this iPart will follow the setting found in RSM Configuration.
This help file:
$Rev: 12570 $
$Date: 2018-02-02 17:15:01 -0600 (Fri, 02 Feb 2018) $