Hi,

i am trying to assign a custom view helper:

        public $decoRadio = array(
                array ('ViewHelper' => 'CustomViewHeper'),
                'Errors',
                 array(array('data' => 'HtmlTag'), array('tag' => 'span',
'class' => 'name')),
                 array(array('row' => 'HtmlTag'), array('tag' => 'li',
'class' => 'radiobutton')),
        );  
             

This doesn't work. Any ideas?

Philipp
-- 
View this message in context: 
http://n4.nabble.com/Assign-custom-view-helper-Zend-Form-tp1583220p1583220.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to