is it possible to create subform and displaygroup without fieldset on zend forms?
views:
220answers:
1
A:
Why to do this?
This is helpful accessibility feature?
However, You may do this in many ways, e.g. subclassing Zend_Form
and setting your own decorators, or using getDecorators()
, addDecorator()
setDecorators()
or removeDecorator()
methods.
takeshin
2010-03-25 05:50:57