My task is to create list of inputs which have name like phot开发者_StackOverflow社区oForm[name][1].
I want to use a view script to render my zend form as it seems to be the best way to control the layout/design of the form while still using the Zend_Elements classes.
I have spent hours on the net to find a solution, but nothing works. I have a form divided into 2 subForms (I couldn\'t get the accordion pane to work)
I have a 3 tier form structure. There\'s a main form, frmMain (which acts more like a container form) which has subforms e.g frmSubFacts. And these sub forms such as frmSubFacts have subforms; for ex
I try to get Zend_From working with nested jquery tabs. I know how to do it with plain HTML/jQuery, and i also have a single tab row working with decorators and so on. (see http://i56.tinypic.com/9zt5
I have a db table and a linked table \"site\" is defined in the first and in the second a number of values varying from one to many can be added that point back to the \"site\". The user can open the
i have 4 subforms in a form i would like to group 2 of them together, and then apply some decorators to them.
$sfKeyword = new Zend_Form_SubForm(); // text field $tfKeyword = $sfKeyword->createElement(\'text\', \'keyword\');
I\'ve got a subform, where I set a legend. $dob = new Zend_Form_SubForm(); $dob->addElement($birthdayMonth)
I\'ve got a question regarding sub forms.开发者_JS百科 Currently I\'ve got 2 sub forms and one parent form. On one of the sub forms I want to get data from the model and this needs to be displayed in