|
|
Complete this tab to define the HTML and JSP tags or directives for this rule.
Field |
Description |
| Omit extra spaces? |
Select to eliminate extra space characters in the processed HTML. This can make transmission or processing more efficient. Is does not alter the appearance of the HTML when displayed in a browser. When selected, during stream processing the way the system handles this is different for JSP streams than (deprecated) HTML streams. JSP streams replace consecutive spaces and control characters with a single space. For example:
<pega:choose> becomes:
Note: HTML Streams delete control characters appearing at the beginning of the rule definition and immediately after a directive, but otherwise behaves as JSPs. For example: << tab >>{some directive}<< tab >><< space >><< tab >>{some directive}<< space >><< space >> is converted to{some directive}<< space >>{some directive}<< space >>. HTML stream processing copies space characters within the text of a property value and non-breaking spaces ( &NBSP;) into the processed HTML without change. |
| Generate For |
Typically, the system sets this field to
|
| Browser Support |
|
| Accessibility |
Select
|
| HTML Source |
Enter source HTML directly in the HTML Source text area. Alternatively, click (
When you finish entering HTML, close the editor. PRPC copies the HTML from a temporary file on your workstation into the HTML Source text area.
|
| Convert to JSP |
This button appears only after you save the form when the Generate For value is |
| Show JS DOC |
Reserved; do not use. |
VANDJ 1/21/03 Stream processing automatically supplies attributes for the following HTML tags:
FORM tag, the system supplies all needed attributes. Enter this tag with no attributes.NAME attribute with directives for the SELECT and TEXTAREA tags, and the INPUT tag (with a TYPE attribute of Text, Hidden, Password, Radio, or Checkbox), stream processing fills in the name of the current active property.SELECT, TEXTAREA, and INPUT tags, if you do specify a NAME attribute, stream processing may alter it to ensure that is processes correctly when a user submits the form at runtime.INPUT tags in JSP streams, the NAME field is required. The format is: B-18347 ERNSG<INPUT name=""<pega:reference name=""$this-name""/>""
Some standard HTML rules used in harnesses and sections contain hidden fields, defined by the HTML form element <INPUT TYPE="HIDDEN" ...>. If you override these HTML rules, do not delete or alter these hidden fields. They are essential to correct operation of user forms.
|
active property, directive, open authoring, stream processing |
|
About JSP tags
How to set up HTML and XML editors How stream processing works |
|
Atlas — Standard HTML rules |