Change in Menu.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Change in Menu.xsd

BJ Freeman
I tracked down the item that make the menus uniform if you are creating
a new XML menu.
put this in the <menu> id="app-navigation"
or maybe there is a new syntax that covers this.

id="app-navigation"  works, but is not in the menu.xsd
Reply | Threaded
Open this post in threaded view
|

Re: Change in Menu.xsd

Adrian Crum
BJ,

Read through this -

http://docs.ofbiz.org/display/OFBIZ/Back+Office+Applications+UI+Refactor

The app-navigation class should be used only for the component's main navigation
tab bar, since IDs are supposed to be unique within a page.

-Adrian


BJ Freeman wrote:
> I tracked down the item that make the menus uniform if you are creating
> a new XML menu.
> put this in the <menu> id="app-navigation"
> or maybe there is a new syntax that covers this.
>
> id="app-navigation"  works, but is not in the menu.xsd
>
Reply | Threaded
Open this post in threaded view
|

Re: Change in Menu.xsd

BJ Freeman
Am I missing something. I read this and did not find what I was looking
for before I sent the email.
And yes this is for components main menus.


Adrian Crum sent the following on 4/19/2007 3:47 PM:

> BJ,
>
> Read through this -
>
> http://docs.ofbiz.org/display/OFBIZ/Back+Office+Applications+UI+Refactor
>
> The app-navigation class should be used only for the component's main
> navigation tab bar, since IDs are supposed to be unique within a page.
>
> -Adrian
>
>
> BJ Freeman wrote:
>> I tracked down the item that make the menus uniform if you are creating
>> a new XML menu.
>> put this in the <menu> id="app-navigation"
>> or maybe there is a new syntax that covers this.
>>
>> id="app-navigation"  works, but is not in the menu.xsd
>>
>
>
>