Hi Guys,
How do you set the class in legend? ie :
$this->addDisplayGroup(array('day', 'month', 'year'), 'birthday', array(
'legend' => 'Birthday'
) );
$this->setDisplayGroupDecorators(array(
'FormElements',
'Fieldset',
array(Legend, array('class' => 'someclassname'))
)
);
This code above is not working .. I want the result to be
<legend class="someclassname">Birthday</legend>
All helps is appreciated .. Thank you so much.
- Ari -
--
View this message in context:
http://www.nabble.com/zend_form-setting-class-in-%3Clegend%3E-tp22721211p22721211.html
Sent from the Zend Framework mailing list archive at Nabble.com.