Tags

tags: toolbar

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 NameDescription
modelName of the renderer
separatorBoolean to automatically add separator between the elements