>Try changing the above to this:
>   
>        protected $_buttonGroupDecorator = array(
>            'FormElements',
>            array('HtmlTag', array('tag' => 'ul')),
>            array('Fieldset', array('class' => 'elements-group')),
>        );
>
>There is a fieldset decorator already, and you can pass it options, just
>as you can the other decorators.

perfect! I tried many variations except wrapping the fieldset in an array.

Thanks!




-- 
View this message in context: 
http://www.nabble.com/Zend_Form---decorators%3A-adding-a-css-class-to-a-fieldset---tp21839519p21840484.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to