Navigation
Last updated
Last updated
Navigation organizes your apps in the left sidebar, allowing for quick access to the appropriate page.
To create a navigation page, navigate to the QuickDEV homepage, then click on "New" and choose "Navigation".
Within the Navigation editor, select the "+ New" option to incorporate menu items.
Pick a menu item, designate the app for navigation, and modify the label and icon as necessary. The app will be instantly displayed on the canvas.
To include submenu items, either click on the three dots (···
) and select "Add submenu item," or drag the vertical ellipsis (⋮⋮
) to create a hierarchical relationship between menu items.
A parent menu item can solely expand or collapse the submenu items; it cannot be linked to an app. Deleting a parent menu item results in the simultaneous removal of all submenu items associated with it.
Incorporate URL query parameters or hash parameters to a menu item by specifying the key and value.
Afterward, click on the menu item displayed on the canvas. The parameters will be added to the URL of the app intended to be opened. You can verify this in the "Globals" tab located in the left pane.
Access parameters from URL by using url.hash.key1
or url.query.key1
inside handlebars {{ }}
By default, a menu item remains hidden for users without app permissions. Toggling this option off allows users to view the menu item but prevents them from accessing the referenced app.
The rights granted for navigation are the same as those for modules and apps. For more information, check the Permissions for resources section.