A static layout is recommended for more advanced users or users that may only need to change a few components when submitting the form. In this layout, the user is presented with all pages at the same time. Users are shown the list of pages on the left side (the context area) and can skip to any page at any time.
To configure a static page layout
<pages ui-type="static">
<pages ui-type="static" hide-context="true">
Example 6-1: Submit job form without hide-context="true"
Example 6-2: Submit job form with hide-context="true"
The navigational tags on the left side of the page disappear, and the user navigates the form using the links on the bottom of each page.
A static layout is recommended for more advanced users or users that may only need to change a few components when submitting the form. It allows users to see the list of pages on the left side and skip to any page at any time.
Related topics