toolbar
A toolbar is a widget container.
It can contain menu items or buttons.
Buttons are renderered by the different buttons tag as usual.
The toolbar renderer can insert HTML code before and after each button.
Menu items are rendered by the toolbar renderer.
Simple example
<layout:toolbar>
<layout:menuItem key="About..." link="#"/>
</layout:toolbar>
Attributes
| Attribute Name | Description |
|---|
| model | Name of the renderer |
| separator | Boolean to automatically add separator between the elements |