how can i remove decorators from form elements? say submit and hidden

i dont really get the set/add/...Decorators function

$form->setDecorators(array(
    'FormElements',
    array('HtmlTag', array('tag' => 'dl')),
    'Form'
));

whats the meaning of the parameters? what happens if i want to do something
like

<form ...>
<p><label ...></label><input ... /></p>
<p><label ...></label><input ... /></p>
<p><input type="submit" ... /></p>
</form>
-- 
View this message in context: 
http://www.nabble.com/Remove-Edit-Decorators-from-Form-Elements-%28eg.-submit-hidden%29-tp23291306p23291306.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to