Table of Contents

About

group permit to groups navigation elements to the left or right side of a menubar.

Syntax

<group expand="true|false">

where:

  • expand=true will push the elements outside the group to the right.

Example

The first group will be at the left and the search form at the right

<menubar>
<group expand="true">
[[#|Menubar]]
<dropdown name="Nav Menu">
[[#|Menubar]]
[[#|DropDown]]
[[#|Search]]
</dropdown>
</group>
<search>
</menubar>