A submenu is a group of menu items and is defined using the submenu element. The attributes of the submenu element are defined in submenu.
| Attribute | Description |
|---|---|
| id | Mandatory.
The unique identifier for the submenu, which must be unique within the configuration file. |
| title | Mandatory.
The text that will be displayed for the submenu. The attribute must reference an entry in the associated properties file. |
| description | Optional.
Defines text which forms a description for the submenu. This is used for administration purposes only. The attribute must reference an entry in the associated properties file. |
The submenu element allows for further submenus to be defined, in addition to including menu items and menu separators. The supported child attributes (submenu) can be used to achieve this.
| Element | Description |
|---|---|
| menu-item | 0..n.
Defines a single entry in the submenu, which links to a UIM page that can be opened in a modal dialog or in the content area of a tab. See menu-item for more information. |
| submenu | 0..n.
Defines a further sub grouping of menu items. |
| menu-separator | 0..n.
Defines a separator between entries in the submenu. See menu-separator for more information. |