Dynamic Form Content with Dojo (Zend_Dojo) - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T14:30:41Z http://stackoverflow.com/feeds/question/488593 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/488593/dynamic-form-content-with-dojo-zenddojo 0 Dynamic Form Content with Dojo (Zend_Dojo) LuRsT 2009-01-28T17:40:32Z 2009-06-15T10:00:03Z <p>How can I load content depending on the selection of a selection box? I want to load an array from the controller in php, and use it on the javascript, I don't know if I need to put that array in javascript, I guess that Zend_Dojo takes care of that for me.</p> <p>My question is similar to this one that hasn't been answered: <a href="http://dojotoolkit.org/pipermail/dojo-interest/2006-November/021736.html" rel="nofollow">http://dojotoolkit.org/pipermail/dojo-interest/2006-November/021736.html</a></p> <p>ex:</p> <p>The user selects a Country from a selection box, and immediatly in the other one, that Country's cities appear.</p> http://stackoverflow.com/questions/488593/dynamic-form-content-with-dojo-zenddojo/896518#896518 1 Answer by Erik for Dynamic Form Content with Dojo (Zend_Dojo) Erik 2009-05-22T05:49:55Z 2009-05-22T05:49:55Z <p>I know this is sort of a cop-out but I believe I asked and answered the the questions <a href="http://stackoverflow.com/questions/753533/populating-a-filteringselect-datastore-from-an-onchange-event">here</a>. Basically you need a controller action that returns the JSON for your data store and you need to include some dojo to bind the data store to your dijit form element.</p>