Dynamic Form Content with Dojo (Zend_Dojo) - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T14:30:41Zhttp://stackoverflow.com/feeds/question/488593http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/488593/dynamic-form-content-with-dojo-zenddojo0Dynamic Form Content with Dojo (Zend_Dojo)LuRsT2009-01-28T17:40:32Z2009-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#8965181Answer by Erik for Dynamic Form Content with Dojo (Zend_Dojo)Erik2009-05-22T05:49:55Z2009-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>