Page changes
Adding new pages to the interface#
To add a new page to the user interface, add a page handler and a grouped page to a user config.
Do the following:
- Go to
scripts/NextScriptEngine/userconfigsand open the user config you want to add a page to. - In the
handlersobject, add a new handler with the structure described in Page handlers. - To add your page icon to the navigation view and page button to the navigation view drawer, add a new grouped page to the
groupedPagesobject with the structure described in Grouped pages.
Adding an action button to the home page#
To add a navigate action button to the home page, do the following:
- Go to
scripts/NextScriptEngine/userconfigsand open the user config you want to add the navigate action button to. - In
handlers.homepage.config.panels.buttons.actionsadd your new action using the structure described in Home page handler actions. - Upload your updated script to your hosted data store. For more information, see Making script changes to your local app.