Skip to main content
Version: v5.0

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:

  1. Go to scripts/NextScriptEngine/userconfigs and open the user config you want to add a page to.
  2. In the handlers object, add a new handler with the structure described in Page handlers.
  3. To add your page icon to the navigation view and page button to the navigation view drawer, add a new grouped page to the groupedPages object 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:

  1. Go to scripts/NextScriptEngine/userconfigs and open the user config you want to add the navigate action button to.
  2. In handlers.homepage.config.panels.buttons.actions add your new action using the structure described in Home page handler actions.
  3. Upload your updated script to your hosted data store. For more information, see Making script changes to your local app.