Element html.menu.Menu

Substitution Groups:
html.IView

A graphical component that displays a menu, with buttons, separators and submenus.


Attributes
optional   String CssClass The CSS class to apply. Default: 'osuit-Menu'.

Named Children Elements
optional   binding.Expression Title The displayed menu title.
optional   binding.Expression Icon Defines the menu icon.
The path returned by this expression is relative to the war root directory (ex: 'resources/images/icon.png').
optional   binding.Expression Visible Determines whether this menu is displayed. Default: yes.
1 - unbounded   html.menu.IMenuItem[] Items Defines the menu items.