- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
That's correct! ... I see you have it working already ![]()
One last bit of script that you may wish to consider, is in the exit events of Type and Series. Basically because the options in the subsequent dropdowns are dependant on these dropdown, if the user goes back and selects a new Type, the previously selection in Series may now be incorrect.
In the exit event of Type dropdown, I would have something like:
Series.rawValue = null;
Series.clearItems();
Style.rawValue = null;
Style.clearItems();
Then simply in the exit event of Series dropdown, I would have something like:
Style.rawValue = null;
Style.clearItems();
Hope that helps,
Niall
Views
Replies
0 Likes
Total Likes