ServoyMenu Selection Wizard

Reference documentation for the Menu Selection Wizard

Overview

Menu Selection Wizard

The Menu Selection Wizard allows developers to assign an existing Servoy Menu to compatible components like Sidenav or Navbar. This wizard ensures that only predefined menus are available for selection, streamlining the process of linking menus to components.

Sections

Search Field

The input field where you can type text to filter the list of available Servoy Menus, making it easier to locate menus in projects with multiple menu configurations. It dynamically updates the list based on the input.

Displays the list of available Servoy Menus along with the default -none- option. Selecting -none- removes any assigned menu from the component.

Action Buttons

  • OK: Assigns the selected Servoy Menu to the component.

  • Cancel: Closes the wizard without making changes.

Using the Menu Selection Wizard

Example: assign a Servoy Menu to a Navbar component

Here are the steps for using the JSMenu Compatible Component Selector:

  1. Access the Wizard:

    • Open the properties panel of a compatible component, such as Sidenav or Navbar.

    • Locate the servoyMenu property and doulbe click the its value to open the Menu Selection Wizard.

  2. Search for a Menu (Optional)

    • Type the menu name (or part of it) in the search field to filter the available Servoy Menus.

  3. Select a Menu

    • Click on the desired Servoy Menu from the list.

    • If you want to remove any menu assignment, select -none-.

  4. Confirm the Selection

    • Click OK to assign the selected menu to the servoyMenu property of the component.

  5. Cancel if necessary

    • Click Cancel to close the wizard without applying any changes.

Last updated

Was this helpful?