ZF-2444: Add the ability to set filters and decorators for elements en-masse
Description
Several users have requested the ability to set decorators and filters for form elements en masse:
$form->addGlobalDecorator('HtmlTag', array('tag' => 'div', 'class' => 'foobar'));
$form->addGlobalFilter('StringTrim');
This would simplify setup of the form elements and keep things DRY.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-01-29T12:49:22.000+0000
Complete in incubator.