Section form
|
|
Each time you save an auto-generated section, PRPC derives source HTML from your entries on the Layout 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 Layout tab. Hand-edited HTML in sections can introduce complex, difficult-to-debug processing into your application. Clear this checkbox 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. Clear this in rare situations when you want to edit the generated HTML to incorporate unusual or advanced features. To edit the HTML:
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 checkbox 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:
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? |
Disabled if Auto-generated HTML? is selected. Select to eliminate extra space characters in the processed HTML. This option can make transmission or processing more efficient; it does not alter the appearance of the HTML when displayed by Internet Explorer. When selected, during stream processing the system:
Stream processing copies space characters within the text of a property value and non-breaking spaces ( ) into the processed HTML without change. |
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. If this rule is circumstance-qualified or time-qualified, make this Generate For value match the Generate For value of the base rule. The base rule and the qualified rules must all use JSP tags or all use directives. Do not save the rule form if you have composed HTML that contains both JSP tags and directives. The setting on this rule may differ in other sections referenced in this section. For example, a section that uses JSP tags may include a section that uses directives. |
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 edit the generated code or manually provide the code for the rule, select The Browser Compatibility Report uses this field to determine what percentage of the rules in your application provides cross-browser support. See Using the Browser Compatibility report. |
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, 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. 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. |
active property, open authoring | |
Directives
How stream processing works JavaServer Pages tags |