Menu item
Properties Summarized
Type | Name | Summary |
---|---|---|
Enabled property of the menu item. | ||
The name/identifier of the menu item. | ||
The permissions defined for menu item. | ||
The text displayed in menu item. | ||
The text displayed when hovering over the component with a mouse cursor. |
Properties Detailed
enabled
Enabled property of the menu item.
Type Boolean
iconStyleClass
Type String
name
The name/identifier of the menu item.
Type String
permissions
The permissions defined for menu item. Similar to form element security. You can configure if a menu item is visible/enabled based on permission.
Type Object
styleClass
Type String
text
The text displayed in menu item. Can contain html, i18n text.
Type String
toolTipText
The text displayed when hovering over the component with a mouse cursor. NOTE: HTML should be used for multi-line tooltips; you can also use any valid HTML tags to format tooltip text. For example: <html>This includesbolded text and <font color='blue'>BLUE</font> text as well.</html>
Type String
Last updated