Hi.

I use factory method Zend_Form::addDisplayGroup() to add display group, and
it works great:

...
)->addDisplayGroup(
                array(
                        'el1',
                        'el2',
...
                        'eln'
                ),
                'group1')...

I want to remove label decorator. Is that possible with factory method or I
must pass all decorators, or instantiate Zend_Form_DisplayGroup and call
removeDecorator?

Regards
Sasa Stamenkovic.
-- 
View this message in context: 
http://old.nabble.com/Zend-Form-DisplayGroup-remove-decorator-from-factory...-tp26395053p26395053.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to