Special Pages are such wizard pages that can perform some specific actions, that are built into the Docupace system code. These pages cannot hold fields on them and do not have a visualization. Special pages do have additional settings, that allow to configure their behavior.
...
Step | Result | |
---|---|---|
1 | Open the JSON tab of the Docupace BuilderStart screen. This tab lets you edit the underlying JavaScript code of the wizard directly. It also let you add features that cannot be added visually, yet. Currently Special Pages can be added through JSON tab, and then configured through the Wizard tab. |
|
2 | Add code within the pages object to create a new Special page. | |
3 | Open the Wizard tab of the Docupace Builder Start screen. Select the page name of the newly created page from the list and click +Add button to add the Special Page to the page tree. |
|
4 | Select the page name of the newly created page in the page tree and click Page Settings button. |
|
5 | Fill out the Page settings depending on the type of Special page you have created. Most settings are common to regular wizard pages as well as to the Special pages. All settings are described in the Page Settings topic. |
|
6 | ClickApply button in the bottom of the screen to close the Widget Design Screen and apply changes. Then click Save button in the top of the Widget Details Screen to save these changes. |
The following special pages are currently supported:
...