zend-form-sub-form
ZF: Zend_Form_SubForm display elements in the View on one's own using only FormElements and ViewHelper?
My task is to create list of inputs which have name like phot开发者_StackOverflow社区oForm[name][1].[详细]
2023-04-13 06:35 分类:问答Using ViewScript Decorator on Nested Subforms (Zend Form)
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.[详细]
2023-04-08 22:15 分类:问答How to submit a Zend Dojo subForm
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)[详细]
2023-04-03 07:38 分类:问答assigning values to elements in nested zend sub forms
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[详细]
2023-03-25 23:18 分类:问答How to subForm a subForm with ZendX_Jquery TabContainer/TabPane?
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[详细]
2023-03-11 02:23 分类:问答Variable number of fields on a form using Zend_Form in the Zend Framework
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[详细]
2023-03-08 05:28 分类:问答how do you group subforms
i have 4 subforms in a form i would like to group 2 of them together, and then apply some decorators to them.[详细]
2023-02-12 19:44 分类:问答Zend Framework: how to create a sub form with a textfield with label and a submit button without?
$sfKeyword = new Zend_Form_SubForm(); // text field $tfKeyword = $sfKeyword->createElement(\'text\', \'keyword\');[详细]
2023-02-05 17:59 分类:问答In Zend SubForm, how do I set Legend escape to false?
I\'ve got a subform, where I set a legend. $dob = new Zend_Form_SubForm(); $dob->addElement($birthdayMonth)[详细]
2023-01-23 12:46 分类:问答Display data in table on a subform
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[详细]
2023-01-18 23:49 分类:问答