Space TimelineSpace Timeline

Page Settings

The following Page settings are available for all pages created with the Docupace Start:

Field

Description

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.
In case of special pages, transition names may be pre-defined in the code of the Docupace system. Only those names will work.
In case of a regular page created with the Docupace Start, you may choose any name.

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
On Page Enter

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 TRUE for the Show in navigation panel setting, to show the page itself in the panel. 

Navigation panel layout

If Navigation panel is enabled, then there are two ways, how to display it to end-users.
Options: vertical (on top of the page), horizontal (on the left side of the page).

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 TRUE here, to show the page.

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.