This is actually very simple. Or it would be if it were more prominently
stated that the separator (here, the <br> tag) is a property of the radio
element itself. To override the default, simply use the element's
setSeparator() function:
$gender = $this->createElement('radion','gender');
$gender->setSeparator('');
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/how-can-i-set-list-separator-in-zend-form-tp655543p2289194.html
Sent from the Zend Framework mailing list archive at Nabble.com.