Using Business Modeler, create a command object for every link that should be added to a menu:
- Click .
- On the Basics tab, enter these details:
- Name. You can use the underscore (_) and hyphen (-) characters, but no other special characters. For naming conventions, see Naming Conventions.
- Description
- Label. The Label is the text that displays to the user when they open the menu.
- On the Link tab, enter the name of the JSP that should be invoked when this command is selected.
- On the Settings tab, enter name/value pairs as required for the command. At minimum, you need to define a value for the Registered Suite.
- On the Access tab, define who can access this command. Typically, access is defined by role and not specific usernames. For example, anyone with a Librarian role has access to a command for creating a library.
- Click Create.
Using Business Modeler, create a menu object to organize the commands created in Step 1. You can create as many menu layers as is appropriate for your application.
- Select
- On the Basics tab, enter these details:
- Name. You can use the underscore (_) and hyphen (-) characters, but no other special characters. For naming conventions, see Naming Conventions.
- Description
- Label. The Label is the text that displays to the user.
- On the Link tab, enter the name of the JSP that should be invoked when this command is selected. Most menus will not have an Href defined; this option is sometimes used by application pages that define tree menus. See About Navigation Trees.
- On the Settings tab, enter name/value pairs as required for the command. See Settings for Toolbar Menu Objects. At minimum, you need to define a value for the Registered Suite.
- On the Items tab, add each command or menu required for this menu.
- Click Create.
To see your changes in the user interface, log in as a user with the Administration Manager role and click and click the browser Refresh button.
The cache is refreshed automatically when the component age expires as defined in emxSystem.properties.
|