Chaining Select Fields? - Joomla! Forum - community, help and support
hey guys,
i'm trying find example of how chain multiple select fields custom component within joomla administrator. example lets have drop down menu theaters, below movies disabled until select theater , movies select menu populate of movies showing in theater. possible following mvc? using on form when submitting items database.
please guidance in right direction, guys.
i'm trying find example of how chain multiple select fields custom component within joomla administrator. example lets have drop down menu theaters, below movies disabled until select theater , movies select menu populate of movies showing in theater. possible following mvc? using on form when submitting items database.
please guidance in right direction, guys.
you need use javascript hide , show input fields , dropdown lists, based on selections in previous fields. javascript libraries have methods hiding , showing fields , labels, example mootools: http://stackoverflow.com/questions/3735467/mootools- show-hide-div-dependent-on-whether-or-not-checkbox-is-checked - , here example jquery: http://forum.jquery.com/topic/using-jqu ... selections
Comments
Post a Comment