Hi all,
My project spec requires that I need to create an ofbiz menu the following
way in a nested <ul> <li> structure:
...
PARTY
PROJECT
*SFA** ** (class="active")*
Main
Accounts
Contacts
* Leads** ** (class="active")*
Create New
*Create Lead From vCard ** (class="active")*
Competitors & Partners
Events
Documents
Forecast
Opportunities
Preferences
BUSINESS INTELLIGENCE
EBAY
...
The main-menu, app-menu and the button tabs ALL should come within a SINGLE
NESTED unordered list with specific classes (like <li class="active"> for
the current active APP/SCREEN). This single nested list should be
dynamically generated.
Is this possible to create such a list? If "yes", please suggest me some
ways to implement this (in code).
Thank you,
Naveen.