Correspondence Fragment form - Completing the Stream tab

Complete this tab to define the source code for the fragment, by using the rich text editor in design mode or by entering JSP tags in source mode. The rich text editor is not available for legacy fragments that use HTML directives instead of JSP tags.

Field Description
(no label) Enter rich text for the fragment. In design mode, a wide variety of tools are available in the toolbar including fonts, font sizes, colors, lists formatting, graphic elements and alignments. Certain controls are available only in Design mode, and only when some text is selected.
Icon Result
Bold

Bold the selected text using the <strong> HTML tag.

Italic

Make the selected text italics.

Underscored

Make the selected text underscored.

Change the font of selected text.

Change the font size of selected text

Font color

Change the font color of the selected text. Choose a color from the palette.

Background color

Set the background color of the selected area. Choose a color from the palette.

Unordered list

Convert the selected paragraphs to an unordered list (<ul> tag).

Ordered list

Convert the selected paragraphs to an ordered list (<ol> tag).

Remove formatting from the selected text.
Indent, increase space at the beginning of the selected lines.
Outdent, reduce space at the beginning of the selected lines.
Undo
Redo
Cut
Copy
Paste
Paste as plain text
Paste from Microsoft Word
Left-align the lines in the selected paragraph.
Center the lines in the selected paragraph.
Right-align the lines in the selected paragraph.
Justify the lines in the selected paragraph by adding spaces.
Spell check the paragraph.
Insert a table.

Insert a reference to an image. (The URL must identify an image that is available to the correspondence recipient.)

Select the Auto resize check box to enable responsiveness for the image. At run time, the image resizes in response to a change in browser window size.

Switch to source mode.

Convert the selected text to a subscript.
Convert the selected text to a superscript.
Make the selected text an HTML link (<a> tag). In a pop-up window, enter the HREF= value in the URL field. Optionally, enter a text in the Title field. Click OK .
Remove an HTML link.
Maximize the Rich Text Editor
Add Property

Include the value of a scalar property at the selected insertion point. Complete the pop-up window to supply the property Name, an optional Format (control) and an optional When condition rule. You may type in a full property reference. Click Save .

The system generates a <pega:reference > JSP tag from the information you provide.

Include the value of a section or paragraph rule at the selected insertion point.

Complete the pop-up window to identify the rule type (section or paragraph), the Purpose key part, an optional When condition rule, and (if the included rule is based on a page other than the page of this paragraph), a Using Page page name value. Click Save .

The system creates a <pega:include ..> JSP tag from the information you supply.

Make the selected text a link that presents a SmartInfo pop-up section.

Generate For Indicates whether the HTML source of this rule contains HTML directives or JSP tags. For new rules, this field is not displayed because JSP tags are recommended for new development.
Tip: If this rule is circumstance-qualified or time-qualified, ensure that the value in the Generate For list is the same for this rule and the base rule.

About Correspondence Fragment rules