¡@

Home 

php Programming Glossary: decorators

Add some html to Zend Forms

http://stackoverflow.com/questions/2566432/add-some-html-to-zend-forms

is to add a dummy element to the form and remove all decorators except an 'HtmlTag' with the attributes you specified in your.. attributes you specified in your question. Removing the decorators means that the actual element will not be rendered only the.. false 'ignore' true 'autoInsertNotEmptyValidator' false 'decorators' array array 'HtmlTag' array 'tag' 'div' 'id' 'wmd button..

How To Remove All DtDdWrappers and Labels on Zend Form Elements

http://stackoverflow.com/questions/4191216/how-to-remove-all-dtddwrappers-and-labels-on-zend-form-elements

order to render the form with no dl tag we need to set the decorators on form object itself. From inside a class extending Zend_Form.. call Zend_Form setDecorators passing an array of form decorators. From the reference guide The default decorators for Zend_Form.. of form decorators. From the reference guide The default decorators for Zend_Form are FormElements HtmlTag wraps in a definition..