Each time you save an auto-generated section, the Pega 7 Platform derives source HTML from your entries on the Design tab.
Field |
Description |
Auto-generated HTML |
Select in most cases to allow the Pega 7 Platform to generate HTML text for the section based on information in the Design tab. Note: Hand-edited HTML in sections can introduce complex, difficult-to-debug processing into your application. Clear this check box only when necessary. Following the guardrails, avoid hand-edited HTML in sections when other approaches can achieve the same result. As a best practice, use the Rule Security Analyzer to detect and correct for security vulnerabilities. Caution: If this rule is later saved with the Auto-Generated HTML box selected, your HTML changes are overwritten. |
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 check box is available only when Auto-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:
Note: When selected, the generated HTML calls the PublicAPI Java function getLocalizedTextForString() at runtime to convert text in the pyCaption, pyButtonLabel, pyActionLabel, pyActionPrompt and other properties to a locale-specific value. |
Omit extra spaces |
Select to eliminate extra space characters in the processed HTML. This can make transmission or processing more efficient. It does not alter the appearance of the HTML when displayed in a browser. When selected, the way the system handles stream processing is different for JavaServer Pages (JSP) streams and HTML streams. JSP streams replace consecutive spaces and control characters with a single space. For example: As a best practice, remove all line breaks and whitespace. For example:
becomes:
HTML streams delete control characters appearing at the beginning of the rule definition and immediately after a directive, but otherwise behave like JSP streams. For example:
is converted to:
HTML stream processing copies space characters within the text of a property value and non-breaking spaces ( |
Specialty Component |
Select to use this section as a custom user interface component built with third-party JavaScript libraries such as JQuery, Adobe Flash/Flex, or FusionCharts. You can include this section as a layout or inside a cell. This section cannot be autogenerated; the Auto-generated HTML, Portlet compliant and Localize fields are disabled. The Generate for, Browser Support, and Accessibility options are available. 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 Use of JSP tags in sections offers superior performance and other advantages over directives. Although both directives and JSP tags are supported, JSP tags are recommended for new development. 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. Notes:
|
Browser Support |
This field indicates which browsers and versions can correctly process the HTML code from this rule. 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 |
This field is available when Auto-Generated HTML is not selected. Select The Accessibility Report evaluates this field on each rule in an application that displays it, when calculating application accessibility compliance levels. See Using the Accessibility report. |
HTML Source |
At runtime, the Pega 7 Platform 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. The Pega 7 Platform 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. To edit the generated source:
When you select Specialty Component, the system populates this area with a template containing sample JavaScript that is required for integrating this component with a harness. |