I\'m trying to set the width of the style for a group of < dt >elements in a Zend_Form. Is there a way to set a class for a dt element, so the end result would be something like this:
I have a quick question about adding Zend_Dojo_Form into Zend_layouts. I have a Zend_Dojo_Form that I want to display in the layout that is used for a particular controller.I can add the form to the
I\'m trying to set the inner html of the < span > tag here , so it looks like: Group this is what i have so far:
A set of forms (using Zend_Form) that I have been working on were causing me some headaches trying to figure out what was wrong with my XML configuration, as I kept getting unexpected HTML output for
I have the following Zend_Form_Element: $imginstructions = \"Some description\"; $img = $this->createElement(\'select\',\'img\');
I use xhtml1-strict.dtd and validator.w3.org not validate Zend Forms. Tell me how you can validate Zend\'s html
I\'m trying to create a custom form element which extends Zend_Form_Element_Text with a validator (so I don\'t have to keep setting up the validator when I use certain elements). Anyway, I\'m having t
I have a question field with a list of allowed characters : A-Z,0-9,colon (:), question mark (?), comma(,), hyphen(-), apostrophe (\').
I am currently using zend_decorators to add styles to my form. I was wondering if there is an alternative way of doing it? It is a bit difficult to write decorators. I would love the casual one using
how we could add a special class for labels and errors for a zend-form-element for example html output code before addclasses