Re: Generating a Nested Menu

2010-12-15 Thread Naveen Kumar
Hi BJ,

Yes, it is *the attachment of other menu widget into a menu widget* that I'm
referring to.  If the current menu widget does not support this, is there
any other way to do this?

Thanks,

Naveen

On Wed, Dec 15, 2010 at 10:45 PM, BJ Freeman  wrote:

> to clarify
> the menu widget does do nested menus.
> the part missing is if you have other menu widget you can not attach them
> to a current menu widget and have them nested.
>
> is the attachment of other menu widget what you are reffering to?
>
>
>
> =
> BJ Freeman
> Strategic Power Office with Supplier Automation  <
> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
> Naveen Kumar sent the following on 12/15/2010 6:18 AM:
>
>
>  Hi All,
>>
>> I'm interested in developing this nested menu thing. Can you please give
>> me
>> directions on how to proceed with this?
>>
>> Regards,
>> Naveen.
>>
>>
>> On Tue, Dec 14, 2010 at 11:31 PM, Bruno Busco
>>  wrote:
>>
>>  Yes,
>>> I think this is what the sub-menu attribute of the menu-item tag should
>>> be
>>> for.
>>> It is not implemented yet.
>>>
>>> Regards,
>>> Bruno
>>>
>>> 2010/12/14 Scott Gray
>>>
>>>  It looks like nested menu items are supported but not nesting other

>>> menus.
>>>

 Regards
 Scott

 On 14/12/2010, at 9:14 PM, Scott Gray wrote:

  Hi Bruno,
>
> Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this
>
 a
>>>
 couple of years ago...

>
> Regards
> Scott
>
> On 14/12/2010, at 7:50 PM, Bruno Busco wrote:
>
>  Hi Naveen,
>> unfortunately the multilevel menu is not completely implemented in the
>>
> menu

> widget.
>>
>> We have had some discussion about it but not yet implemented.
>>
>> You can find something interesting here:
>> https://issues.apache.org/jira/browse/OFBIZ-2104
>> https://issues.apache.org/jira/browse/OFBIZ-3373
>>
>> Any contribution in this area will be greatly appreciated.
>>
>> Regards,
>> Bruno
>>
>> 2010/12/14 BJ Freeman
>>
>>  have you looked at the source code of a page, say for parytmgr, using
>>>
>> the

> different themes.
>>> you will find your answer.
>>>
>>> =
>>> BJ Freeman
>>> Strategic Power Office with Supplier Automation<
>>> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>>> Specialtymarket.com
>>> Systems Integrator-- Glad to Assist
>>>
>>> Chat  Y! messenger: bjfr33man
>>>
>>> Naveen Kumar sent the following on 12/13/2010 5:53 AM:
>>>
>>>
>>>
>>> Hi all,
>>>

 My project spec requires that I need to create an ofbiz menu the

>>> following

> way in a nested  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

>>>  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.



>


>>>
>>


Re: Generating a Nested Menu

2010-12-15 Thread BJ Freeman

to clarify
the menu widget does do nested menus.
the part missing is if you have other menu widget you can not attach 
them to a current menu widget and have them nested.


is the attachment of other menu widget what you are reffering to?


=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Naveen Kumar sent the following on 12/15/2010 6:18 AM:


Hi All,

I'm interested in developing this nested menu thing. Can you please give me
directions on how to proceed with this?

Regards,
Naveen.


On Tue, Dec 14, 2010 at 11:31 PM, Bruno Busco  wrote:


Yes,
I think this is what the sub-menu attribute of the menu-item tag should be
for.
It is not implemented yet.

Regards,
Bruno

2010/12/14 Scott Gray


It looks like nested menu items are supported but not nesting other

menus.


Regards
Scott

On 14/12/2010, at 9:14 PM, Scott Gray wrote:


Hi Bruno,

Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this

a

couple of years ago...


Regards
Scott

On 14/12/2010, at 7:50 PM, Bruno Busco wrote:


Hi Naveen,
unfortunately the multilevel menu is not completely implemented in the

menu

widget.

We have had some discussion about it but not yet implemented.

You can find something interesting here:
https://issues.apache.org/jira/browse/OFBIZ-2104
https://issues.apache.org/jira/browse/OFBIZ-3373

Any contribution in this area will be greatly appreciated.

Regards,
Bruno

2010/12/14 BJ Freeman


have you looked at the source code of a page, say for parytmgr, using

the

different themes.
you will find your answer.

=
BJ Freeman
Strategic Power Office with Supplier Automation<
http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man

Naveen Kumar sent the following on 12/13/2010 5:53 AM:



Hi all,


My project spec requires that I need to create an ofbiz menu the

following

way in a nested  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

  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.













Re: Generating a Nested Menu

2010-12-15 Thread Naveen Kumar
Hi All,

I'm interested in developing this nested menu thing. Can you please give me
directions on how to proceed with this?

Regards,
Naveen.


On Tue, Dec 14, 2010 at 11:31 PM, Bruno Busco  wrote:

> Yes,
> I think this is what the sub-menu attribute of the menu-item tag should be
> for.
> It is not implemented yet.
>
> Regards,
> Bruno
>
> 2010/12/14 Scott Gray 
>
> > It looks like nested menu items are supported but not nesting other
> menus.
> >
> > Regards
> > Scott
> >
> > On 14/12/2010, at 9:14 PM, Scott Gray wrote:
> >
> > > Hi Bruno,
> > >
> > > Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this
> a
> > couple of years ago...
> > >
> > > Regards
> > > Scott
> > >
> > > On 14/12/2010, at 7:50 PM, Bruno Busco wrote:
> > >
> > >> Hi Naveen,
> > >> unfortunately the multilevel menu is not completely implemented in the
> > menu
> > >> widget.
> > >>
> > >> We have had some discussion about it but not yet implemented.
> > >>
> > >> You can find something interesting here:
> > >> https://issues.apache.org/jira/browse/OFBIZ-2104
> > >> https://issues.apache.org/jira/browse/OFBIZ-3373
> > >>
> > >> Any contribution in this area will be greatly appreciated.
> > >>
> > >> Regards,
> > >> Bruno
> > >>
> > >> 2010/12/14 BJ Freeman 
> > >>
> > >>> have you looked at the source code of a page, say for parytmgr, using
> > the
> > >>> different themes.
> > >>> you will find your answer.
> > >>>
> > >>> =
> > >>> BJ Freeman
> > >>> Strategic Power Office with Supplier Automation  <
> > >>> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> > >>> Specialtymarket.com  
> > >>> Systems Integrator-- Glad to Assist
> > >>>
> > >>> Chat  Y! messenger: bjfr33man
> > >>>
> > >>> Naveen Kumar sent the following on 12/13/2010 5:53 AM:
> > >>>
> > >>>
> > >>>
> > >>> Hi all,
> > 
> >  My project spec requires that I need to create an ofbiz menu the
> > following
> >  way in a nestedstructure:
> > 
> > 
> >    ...
> >    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
> >  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.
> > 
> > 
> > >
> >
> >
>


Re: Generating a Nested Menu

2010-12-14 Thread Bruno Busco
Yes,
I think this is what the sub-menu attribute of the menu-item tag should be
for.
It is not implemented yet.

Regards,
Bruno

2010/12/14 Scott Gray 

> It looks like nested menu items are supported but not nesting other menus.
>
> Regards
> Scott
>
> On 14/12/2010, at 9:14 PM, Scott Gray wrote:
>
> > Hi Bruno,
> >
> > Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this a
> couple of years ago...
> >
> > Regards
> > Scott
> >
> > On 14/12/2010, at 7:50 PM, Bruno Busco wrote:
> >
> >> Hi Naveen,
> >> unfortunately the multilevel menu is not completely implemented in the
> menu
> >> widget.
> >>
> >> We have had some discussion about it but not yet implemented.
> >>
> >> You can find something interesting here:
> >> https://issues.apache.org/jira/browse/OFBIZ-2104
> >> https://issues.apache.org/jira/browse/OFBIZ-3373
> >>
> >> Any contribution in this area will be greatly appreciated.
> >>
> >> Regards,
> >> Bruno
> >>
> >> 2010/12/14 BJ Freeman 
> >>
> >>> have you looked at the source code of a page, say for parytmgr, using
> the
> >>> different themes.
> >>> you will find your answer.
> >>>
> >>> =
> >>> BJ Freeman
> >>> Strategic Power Office with Supplier Automation  <
> >>> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> >>> Specialtymarket.com  
> >>> Systems Integrator-- Glad to Assist
> >>>
> >>> Chat  Y! messenger: bjfr33man
> >>>
> >>> Naveen Kumar sent the following on 12/13/2010 5:53 AM:
> >>>
> >>>
> >>>
> >>> Hi all,
> 
>  My project spec requires that I need to create an ofbiz menu the
> following
>  way in a nestedstructure:
> 
> 
>    ...
>    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
>  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.
> 
> 
> >
>
>


Re: Generating a Nested Menu

2010-12-14 Thread Scott Gray
It looks like nested menu items are supported but not nesting other menus.

Regards
Scott

On 14/12/2010, at 9:14 PM, Scott Gray wrote:

> Hi Bruno,
> 
> Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this a 
> couple of years ago...
> 
> Regards
> Scott
> 
> On 14/12/2010, at 7:50 PM, Bruno Busco wrote:
> 
>> Hi Naveen,
>> unfortunately the multilevel menu is not completely implemented in the menu
>> widget.
>> 
>> We have had some discussion about it but not yet implemented.
>> 
>> You can find something interesting here:
>> https://issues.apache.org/jira/browse/OFBIZ-2104
>> https://issues.apache.org/jira/browse/OFBIZ-3373
>> 
>> Any contribution in this area will be greatly appreciated.
>> 
>> Regards,
>> Bruno
>> 
>> 2010/12/14 BJ Freeman 
>> 
>>> have you looked at the source code of a page, say for parytmgr, using the
>>> different themes.
>>> you will find your answer.
>>> 
>>> =
>>> BJ Freeman
>>> Strategic Power Office with Supplier Automation  <
>>> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>>> Specialtymarket.com  
>>> Systems Integrator-- Glad to Assist
>>> 
>>> Chat  Y! messenger: bjfr33man
>>> 
>>> Naveen Kumar sent the following on 12/13/2010 5:53 AM:
>>> 
>>> 
>>> 
>>> Hi all,
 
 My project spec requires that I need to create an ofbiz menu the following
 way in a nestedstructure:
 
 
   ...
   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  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.
 
 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: Generating a Nested Menu

2010-12-14 Thread Scott Gray
Hi Bruno,

Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this a 
couple of years ago...

Regards
Scott

On 14/12/2010, at 7:50 PM, Bruno Busco wrote:

> Hi Naveen,
> unfortunately the multilevel menu is not completely implemented in the menu
> widget.
> 
> We have had some discussion about it but not yet implemented.
> 
> You can find something interesting here:
> https://issues.apache.org/jira/browse/OFBIZ-2104
> https://issues.apache.org/jira/browse/OFBIZ-3373
> 
> Any contribution in this area will be greatly appreciated.
> 
> Regards,
> Bruno
> 
> 2010/12/14 BJ Freeman 
> 
>> have you looked at the source code of a page, say for parytmgr, using the
>> different themes.
>> you will find your answer.
>> 
>> =
>> BJ Freeman
>> Strategic Power Office with Supplier Automation  <
>> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
>> Specialtymarket.com  
>> Systems Integrator-- Glad to Assist
>> 
>> Chat  Y! messenger: bjfr33man
>> 
>> Naveen Kumar sent the following on 12/13/2010 5:53 AM:
>> 
>> 
>> 
>> Hi all,
>>> 
>>> My project spec requires that I need to create an ofbiz menu the following
>>> way in a nestedstructure:
>>> 
>>> 
>>>...
>>>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  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.
>>> 
>>> 



smime.p7s
Description: S/MIME cryptographic signature


Re: Generating a Nested Menu

2010-12-13 Thread Bruno Busco
Hi Naveen,
unfortunately the multilevel menu is not completely implemented in the menu
widget.

We have had some discussion about it but not yet implemented.

You can find something interesting here:
https://issues.apache.org/jira/browse/OFBIZ-2104
https://issues.apache.org/jira/browse/OFBIZ-3373

Any contribution in this area will be greatly appreciated.

Regards,
Bruno

2010/12/14 BJ Freeman 

> have you looked at the source code of a page, say for parytmgr, using the
> different themes.
> you will find your answer.
>
> =
> BJ Freeman
> Strategic Power Office with Supplier Automation  <
> http://www.businessesnetwork.com/automation/viewforum.php?f=52>
> Specialtymarket.com  
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
>
> Naveen Kumar sent the following on 12/13/2010 5:53 AM:
>
>
>
>  Hi all,
>>
>> My project spec requires that I need to create an ofbiz menu the following
>> way in a nestedstructure:
>>
>>
>> ...
>> 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  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.
>>
>>


Re: Generating a Nested Menu

2010-12-13 Thread BJ Freeman
have you looked at the source code of a page, say for parytmgr, using 
the different themes.

you will find your answer.

=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man

Naveen Kumar sent the following on 12/13/2010 5:53 AM:



Hi all,

My project spec requires that I need to create an ofbiz menu the following
way in a nestedstructure:


 ...
 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  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.



Generating a Nested Menu

2010-12-13 Thread Naveen Kumar
Hi all,

My project spec requires that I need to create an ofbiz menu the following
way in a nested   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  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.