...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Click on Images to Expand Them
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 Start 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 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. | Adding new special pages in Wizard tab |
4 | Select the page name of the newly created page in the page tree and click Page Settings button. | Page Settings for a SpecialPage |
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. | Custom Page Settings for a SpecialPage |
6 | Click Apply button in the bottom of the screen to close the Widget Design Screen and apply changes. | |
7 | Click Save button in the top of the Widget Details Screen to save these changes. |
...