thanks a lot, realy thanks, I modyfy Your decorators and I have my own :)
I wanted to have all input forms in one <td> so I modyfy Your decorators. If
someone want to use it, here is:
-------------------------------------
public $_groupDecoratorLeft = array(
'ViewHelper',
'Errors',
array(array('col' => 'HtmlTag'), array('tag' => 'td', 'openOnly'
=> true)),
array('Label', array('tag' => 'th')) ,
array(array('row' => 'HtmlTag'), array('tag' => 'tr', 'openOnly'
=> true))
);
public $_groupDecoratorMiddle = array(
'ViewHelper',
'Errors',
array('Label', array('tag' => '')),
);
public $_groupDecoratorRight = array(
'ViewHelper',
'Errors',
array('Label', array('tag' => '')),
array(array('col' => 'HtmlTag'), array('tag' => 'td', 'closeOnly'
=> true)),
array(array('row' => 'HtmlTag'), array('tag' =>
'tr','closeOnly'=>true))
);
--
View this message in context:
http://www.nabble.com/Zend-Form%2C-Groups-and-decorators%2C-how-to---tp21397914p21402448.html
Sent from the Zend Framework mailing list archive at Nabble.com.