Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

<menu name="ProfileTabBar" default-menu-item-name="viewprofile" default-selected-style="selected"
    type="simple" menu-container-style="button-bar button-style-1">
    ...
</menu>

Two menus have been defined in the common framework component and are intended to be "extended" in all applications in order to reduce the code and improve UI consistency all over OFBiz.

CommonAppBarMenu
This should be used for every Application menu bar with a definition like this:

<menu name="ExampleAppBar" extends="CommonAppBarMenu" extends-resource="component://common/widget/CommonMenus.xml">

This menu already defines the "main", "login" and "logout" menu items to their standard URI.

CommonTabBarMenu
This should be used for every Application tab bar menu with a definition like this:

<menu name="exampleTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">