Page Settings
The following Page settings are available for all pages created with the Docupace Start:
Field | Description |
---|---|
Next page | The next page in the navigation order of pages. Unless configured otherwise by use of skipTo special page or by transition conditions. |
Transitions | Transitions define, which page will be opened after this page. You can have multiple conditions with different page IDs. Conditions will be checked one by one in the order as they appear. First condition which is evaluated to TRUE, defines the page that will open next. |
Transition name | A name, used to refer to this specific transition rule. |
Transition rules | Click +Add to create several conditions. |
Page ID | Name of the page that will open, if the condition below evaluates to TRUE. |
Condition | JS code that must be evaluated. |
Page Tasks | Actions that must be performed when the page is opened. This may pull data into the wizard or perform additional validations. To create several blocks of actions, click +Add. |
Task Type | Select JsAction. |
Code | JS code that must be performed when the page is opened. |
Enabled condition | JS code that must be evaluated. If the result evaluates to TRUE, the page will be available to the user. Otherwise, the page will be disabled. |
Enable in-page section based navigation | Select this checkbox, to show a navigation panel on this page. Then enter |
Navigation panel layout | If Navigation panel is enabled, then there are two ways, how to display it to end-users. |
Show in navigation panel | JS code that must be evaluated. If the result evaluates to TRUE, the page will be shown in the navigation panel. You may simply write If left empty, the page and all its Sections will be excluded from the navigation list. |
Navigation panel label | A name used for the page in the navigation panel. If this field is left empty, by default Page Title will appear in the navigation panel. |
Read-only condition | JS code that must be evaluated. If the result evaluates to TRUE, the page will be editable to the user. Otherwise, the page will be shown, but all fields will appear as read-only. |