Hello,
I think should be a good idea read
http://devzone.zend.com/1240/decorators-with-zend_form/ this article where
form decorator are clearly explained.
Anyway, to render just the element without any other html tag, using only
the "ViewHelper" decorator should be fine, eg.
$formElement->setDecorator(array('ViewHelper'));
If you want this kind of decorator for all your form element use
$this->setElementDecorators(array('ViewHelper')); within your form class
Regards
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Remove-dt-from-default-Zend-Form-decorators-tp4311776p4312077.html
Sent from the Zend Framework mailing list archive at Nabble.com.
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]