-
combos nested.
I have 5 combos nested.
When the combo number 1 changes value (Event on-change)
the combo number 2 should load ratio values
example:
The combo you have the values of the country.
I choose the country, the number 2 combo should only show
values of the provinces, the three could be the zipcode.
On 4th and 5th street house numbers.
-
Quote:
Originally Posted by
AlexanderDooR
I have 5 combos nested.
You can use:
new dijit.form.FilteringSelect
With this store type:
dojox.data.JsonRestStore
Activating Json in your app.
Regards !
-
Someone could give me more data,
where in the code to play
a code example?
It's my first web application.
thank you very much