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 with any parameters. TextAlert will provide these SQL variables. If you use any of these variables, they can be specified in any order, and you can also pass constant values.
If you provide only a procedure name, TextAlert will execute your procedure with @id, @user, @url, in that order. To use a stored procedure which does not take any parameters, type "exec" and a space in front of your procedure name. E.G. "exec pta_MyProcedure"
- @id (varchar(10)) - ID of the selected contact
- @user (varchar(60)) - user who is logged in
- @url (varchar(1000)) - the complete current browser URL
- @appRoot (varchar(1000)) - the URL of the current application root
- 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: 15239 $
$Date: 2020-07-02 15:42:09 -0500 (Thu, 02 Jul 2020) $