Matthew Weier O'Phinney-3 wrote:
> 
> snip
> To be 100% clear, define $decorators2 as follows:
> 
>     $decorators2 = array(
>         'ViewHelper',
>         'Description',
>         'Errors',
>         array('data' => 'HtmlTag' ), array('tag' => 'span' ),
>         array('Label', array('tag' => 'span' )),
>         array(array('row' => 'HtmlTag' ),array('tag' =>'div','style' =>
>             'display:none;', 'class' => 'hiddenToReveal')),
>     );
> snip
> Matthew Weier O'Phinney
> Project Lead            | [email protected]
> Zend Framework          | http://framework.zend.com/
> 
> 

actually, with this in place I now get this warning
Exception caught by form: Plugin by name 'Span' was not found in the
registry;
If I change the spans to tds I get a similar warning except saying the same
about Td
-- 
View this message in context: 
http://www.nabble.com/Zend-Dojo-Form-adding-decorators-causes-error-tp24567348p24569461.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to