[
https://issues.apache.org/jira/browse/OFBIZ-6796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093620#comment-15093620 ]
james yong commented on OFBIZ-6796:
-----------------------------------
The menu data will be coded as XML, together with the permission aspects. Something like the following
{code:xml}
<menu-group>
<menu role="roleA|roleB" name="${uiLabelMap.label_1}">
<menu-item p="permissionA" name="${uiLabelMap.label_2}">
<url>link_A</url>
<menu-item name="${uiLabelMap.label_3}">
<url>link_B</url>
</menu-item>
...
{code}
> Group menu items to a side panel
> --------------------------------
>
> Key: OFBIZ-6796
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6796> Project: OFBiz
> Issue Type: Improvement
> Components: ALL APPLICATIONS
> Affects Versions: Trunk
> Reporter: james yong
> Priority: Minor
> Fix For: Trunk
>
>
> Consolidate the menus definitions for management modules into one file and display them in a side panel for easy access.
> The menus can be displayed in accordion + tree form.
> There will be a content panel, and clicking the menu item will refresh the content panel.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)