|
![]() |
Each time you save a harness, PRPC generates source HTML from your entries on the other tabs of this form. Complete the fields on this tab to control how the HTML is generated.
Advanced Options
Field |
Description |
Enable Client Side Validation |
Select to cause PRPC to immediately validate the format of user input to dates, integers, and other fields within the browser window when focus leaves the form field, before a user submits the form. This feature can affect input of dates, times, text areas, and selected other properties, in sections of the user form other than the Take Action section. This feature depends on the control associated with the property. See client-side format validation.
|
Enable Expression Calculation |
Select to enable automatic recomputation and redisplay of all target properties of a Declare Expression rules that appear on the user form, and automatic evaluation of constraints rules associated with properties on this form, immediately after the user touches an input field. This feature is sometimes known as "calculated values". You can select this box if the user form defined by this rule:
Computation occurs (and the system updates the display) as user focus leaves the input field for a property. See More about Declare Expression rules. For example, the form may contain a total that sums values entered into an array. |
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. A portlet-compliant harness form can be sent to an external portal server through Service Portlet rules and displayed in a portlet window. A harness is considered portlet-compliant only when its sections are also portlet-compliant. The standard harness Work-.SimpleConfirm provides an example of portlet-compliant form. |
Localize |
Select to indicate that at runtime, presentation of this harness will be localized based on field value rules in a language-specific RuleSet. 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:
This checkbox is available only when Generate For is set to
|
Document Type |
The Document Type determines the rendering of the application user interface. The Document Type is set on the Advanced Tab of the Application rule. You can override the Document Type for the selected harness, if desired. If you do not want to override the Document Type set in the application, accept the default, Inherit from application rule. Select one of the following to determine rendering of this harness:
HTML5 Document Type is the default for new applications, beginning with Pega 7. See HTML5 Application Readiness for more information. |
IE document mode |
Select one of the following to determine how document compatibility mode in Internet Explorer is utilized:
|
Client RunTime Version |
Select to control which JavaScript files are included in the generated harness. In most cases, accept the default value.
If your application includes custom versions of the standard controls DynamicSelect, SmartPromptforClass, SmartPromptForDataClass, or other SmartPromptzzz rules, select
|
Frame Source |
Displays if Portlet compliant is not selected. Optional. Enter an HTML <FRAMESET > element if you want to present the harness as a set of frames. |
ID |
Optional. Enter an alphanumeric ID for this layout for use in JavaScript functions. The ID attribute is applied to the |
HTML Source (Read Only)
Select the expand icon to view a read-only display of the generated HTML. You can review, but not directly alter, the HTML text on this tab.
At runtime, PRPC uses stream processing to evaluate the JSP tags and this source HTML (which references properties and other rules such as HTML fragment rules, HTML rules, controls, and sections) in the context of the current clipboard contents and static files.
PRPC then returns the resulting HTML to the browser on the client workstation.
![]() |
active property, open authoring |
![]() |
JavaServer Pages tags
How stream processing works |