There are two drop downs. One with a list of Categories and another with a list of cities.
The city drop down should be displayed only if Category1 is selected.
The city drop down should be hidden if any other category is selected from the Categories drop down.
I am trying to write a dojo script to achieve the same by referring this article:
http://world.episerver.com/Blogs/Duong-Nguyen/Dates/2014/1/Country-Region-drop-down-lists-in-All-properties-mode/
could you please help me in this..?
http://world.episerver.com/blogs/Anders-Hattestad/Dates/2016/2/continent-country-region-drop-down-list-as-dojo-property/
Anders blogged about that not long ago. Check out his solution....
There are two drop downs. One with a list of Categories and another with a list of cities.
The city drop down should be displayed only if Category1 is selected.
The city drop down should be hidden if any other category is selected from the Categories drop down.
I am trying to write a dojo script to achieve the same by referring this article:
http://world.episerver.com/Blogs/Duong-Nguyen/Dates/2014/1/Country-Region-drop-down-lists-in-All-properties-mode/
could you please help me in this..?