Up to three-layer web menus are supported in Logicweb Studio.
To build a menu tree, you need to create different types of
menu elements and order then properly in a base form.
Eight types of menu element are:
- Main Menu: Holder of a sub menu, no command script;
- Main Menu Item: Top menu button on the base form, it has command script;
- Main Menu Separator: Separator in the main menu bar;
- Sub Main Menu: Holder of a sub-sub menu, no command script;
- Sub Menu Item: menu button on the sub menu form, it has command script;
- Sub Menu Separator: Separator in the sub menu form;
- Sub-sub Menu Item: menu button on the sub-sub menu form, it has command script;
- Sub-sub Menu Separator: Separator in the sub-sub menu form;
Figure 1. Eight Types of Menu Elements