|
|
Each time you save an auto-generated section, PRPC derives source HTML from your entries on theDesign tab.
Field |
Description |
Auto-generated HTML |
Select in most cases to allow PRPC to generate HTML text for the section based on information in the Design tab.
|
Portlet compliant |
Select to generate portlet-compliant HTML that can be displayed by a portal server. Portlet-compliant HTML meets the requirements of Java Specification Request 168, which defines the portlet standard. This box is available only when the Auto-Generated HTML box is selected. A portlet-compliant section form can be sent to an external portal server through Service Portlet rules and displayed in a portlet window. |
Localize |
Select to indicate that at runtime, user presentation of this section is to be localized based on field value rules in a language-specific ruleset text elements. This checkbox is available only when Aut-Generated HTML is selected and Generate for is set to For each locale, you must add field value rules in such a ruleset to support presentation of this section. Typically, use the Localization wizard and the Rules Inspector tool to identify, create, and maintain these field value rules. See:
|
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. |
Specialty Component |
Enter your code using HTML, CSS, JS, Flash, Flex, and so on in the HTML Source area. When you select this option, the Parameters tab displays an array for entering the names and descriptions of
This feature requires advanced JavaScript skills. See |
Generate for |
Typically, the system sets this field to
If the Auto-generated HTML box is not selected, use only JSP tags or directives — not both — in the custom HTML you add to this rule. Set this field to reflect your choice.
|
Browser Support |
If the Auto-generated HTML option is selected, the value is If the Auto-generated HTML option is not selected, and you edit the generated code or manually provide the code for the rule, select |
Accessibility |
Select
|
HTML Source |
At runtime, PRPC uses stream processing to evaluate the JSP tags or directives in this source HTML (which reference properties and other rules such as HTML fragment rules, HTML rules, controls and sections) in the context of current clipboard contents and static files. PRPC then sends the resulting HTML to the HTTP server, which transmits it and the associated static files (images, scripts, and style sheets) to the Internet Explorer browser on the client workstation.
|
![]() |
active property, open authoring |
![]() |
Directives
How stream processing works JavaServer Pages tags |