Use a Menu to navigate your user around the application. Add as many menu items as you need and group into main and sub menus. Add a menu structure on every page that needs navigation.
Stadium currently provides two options for rendering menus. Left-to-right and top-to-bottom. Both menus are multi-level drop-down menus as you can see further below.
A menu renders as a unordered list <ul /> tag. It does not have a wrapper div like other controls do. The standard classes of ControlContainer and MenuContainer also do not apply to menus.
Menus are not rendered using Javascript, but only CSS. Review the stylesheet to get a deeper understanding of how the menu renders and behaves.
In order to see the properties on the Menu click outside the menu items as shown below
To see the properties of the individual menu items click on the item. Left click on a Parent Item to see its children.
Right click on an item to add other items and edit the layout
The sub-items for the left-to-right menu are shown below that menu.
The sub-items for the top-to-bottom menu are shown to the right of that menu.
Individual menu items also have two properties that you can see when you click on a specific menu item, rather than the menu box around the items.
Stadium contains a tool, called the Menu Item Editor, to assist with the management of menu items. In this tool you can define all items for a menu as well as the text and link for each one. You can add a separator between two items in a sub-menu to visually separate them.