Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Atul Vani
Check these links out, we use this and it works perfectly for any number of dependent dropdowns. http://www.hotwaxmedia.com/apache-ofbiz-blog/ofbiz-tutorial-how-to-use-dependent-selects-for-managing-country-state-select-box-pair/

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Note though that this will not work in trunk which uses jQuery now (instead of Prototype, only in previous releases, R10.04 for instance) Jacques From: Atul Vani atul.v...@hotwaxmedia.com Check these links out, we use this and it works perfectly for any number of dependent dropdowns.

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
We should port this to JQuery as I think it is a useful tool to have. Shouldn't be too hard since I believe the Prototype Class that Anil wrote was originally inspired by a JQuery plugin called Dependent Select by SilVeR (http://plugins.jquery.com/node/11765). There are a couple more examples

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Have you seen getDependentDropdownValues.js and how I used it at https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000 ? Jacques From: Ryan Foster cont...@ryanlfoster.com We should port this to JQuery as I think it is a useful tool to have.

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
Oops, I haven't seen this. Thanks for pointing it out. On an off-topic note, we need to reduce the size of the Description, From Date, and Thru Date fields a bit on this page as the layout in that first table row gets a bit jacked at different window sizes. I suggest 30, 15, 15 or somewhere

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
BTW I will replace this obsolete comment by a better information on what is really possible Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Have you seen getDependentDropdownValues.js and how I used it at

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Right! But this would need more work because the date-time element had yet not size attribute. Could you please create a Jira for that? Thanks Jacques Ryan Foster wrote: Oops, I haven't seen this. Thanks for pointing it out. On an off-topic note, we need to reduce the size of the

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
sure thing. Ryan L. Foster 801.671.0769 cont...@ryanlfoster.com ryanlfoster.com On Feb 8, 2011, at 10:16 AM, Jacques Le Roux wrote: Right! But this would need more work because the date-time element had yet not size attribute. Could you please create a Jira for that? Thanks Jacques

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Ryan, Also, while at it, have you no ideas on what we could do for extending the Browse Catalogs/Categories panel without impinging on the main area, an horizontal scroll I guess? Jacques Jacques Le Roux wrote: Right! But this would need more work because the date-time element had yet not

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Ryan Foster
I'll take a look at that this week and see if I can come up with something that will work. Ryan L. Foster 801.671.0769 cont...@ryanlfoster.com ryanlfoster.com On Feb 8, 2011, at 10:20 AM, Jacques Le Roux wrote: Ryan, Also, while at it, have you no ideas on what we could do for extending

Re: How to add couple of dependent drop downs in one form.

2011-02-08 Thread Jacques Le Roux
Done at revision: 1068490 Jacques Jacques Le Roux wrote: BTW I will replace this obsolete comment by a better information on what is really possible Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Have you seen getDependentDropdownValues.js and how I used it at

How to add couple of dependent drop downs in one form.

2011-02-02 Thread Ravindra Mandre
Hi all, I am facing a problem for adding more than one dependent drop down in one form. For example , I have to add one more dependent dropdown in create new customer form. while in this form a country-state drop down is already there. I found a comment in PartyScreens.xml of Party Manager