Flow Action form
|
|
Complete this tab to define the how PRPC generates HTML code, including JSP tags and directives, for this flow action. In unusual cases, you can author the HTML code directly. In most cases, the system generates the source HTML automatically from information on the Layout tab.
This tab changes to reflect your selection of the first field.
Field |
Description |
HTML Generation |
Identify the source of the HTML code that produces the flow action form at runtime. In most cases, select
|
Reference HTML
|
Selecting Reference HTML, displays the Enter the second key part — Stream Name — of an HTML rule that defines what appears when a user at runtime selects this flow action from a Perform harness form. The system uses the Applies To key part of this flow action as the first key part of the needed HTML rule. If this flow action doesn't require users to read or complete any fields, you can identify an HTML rule that doesn't contain any fields. The standard flow action Work-.ActionNoFields meets this need. |
Reference Section
|
Reference Section is the default setting for all flow actions created in V6.1+. Flow actions automatically include a section. |
No HTML
|
Selecting No HTML generates the following message in the Layout tab: This layout is NOT Auto Generated. |
Enable Client Side Validation? |
Select to cause your application 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 check box affects the input of many dates, times, text areas, and selected other properties, depending on the control associated with the property at runtime. See client-side format validation. Select the Enable Expression Calculation? check box on the HTML tab of the Harness form to enable client-side format validation for the rest of the user form.
|
Enable expression calculation |
Select to enable automatic update of the display of certain computed property values on the flow action area of the user form. For example, the flow action runtime form may contain a total that sums values entered into an array. You can enable this if the flow action form:
Computation begins when user focus leaves the input field for a source property. The workstation transmits the input value to the PRPC server (using Asynchronous JavaScript and XML or AJAX), which applies the declarative rules and sends the results back for display. Only a portion of the form is redisplayed. Results may include a message indicating that a constraint was not met. For Declare Expression rules, both the input property or properties and the computed or target property must appear on the flow action form, not elsewhere on a user form. See More about Declare Expression rules. Select the Enable Expression Calculation? check box on the HTML tab of the Harness form to enable automatic expression calculation on the rest of the user form. |
Accessibility |
Read-only if Select
|
Browser Support |
Read-only if
When you specify that the code is to be auto-generated, PRPC includes only those tags that can be displayed in supported browsers, which include Internet Explorer, Firefox, Safari, and Chrome. For the exact list of supported browsers and versions, consult the Platform Support Guide, available on the PDN. If you edit the generated code or manually provide the code for the rule, select |