-- jigen7 <[email protected]> wrote (on Sunday, 05 July 2009, 08:56 PM -0700): > Hi I'm new in using Zend Dojo Form and most of the tutorials is for version > 1.7 as the latest ver is 1.8
The changes to 1.8 will not affect Dojo integration in the least; the tutorials that exist are still relevant. > can anyone help me to add a combo box in my > page where i can select default values or i can input my value when the > value is not present in the list and also a date picker. Do you want to know (a) how to do a ComboBox AND (b) how to do a DateTextBox, or are you (c) trying to combine the two? The latter, (c), is something Dojo specific, and you would need to ask on the Dojo mailing lists about creating custom widgets. For the former -- (a) and/or (b) -- please read the Zend_Dojo documentation online. > how will i declare it in the form.php then create a new form in the > controller. what are the codes required in the layout so the dojo > elements will run thanks -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
