Hi James,
thanks for your help! Unfortunately, I continue not to display the element
how I'd like.

$options = array('R' => 'red', 'G' => 'green', 'B' => 'blue');
$colors = new Zend_Form_Element_Radio('colors');
$colors->setRequired(true)
         ->setValue('R')
         ->setOptions(array('separator' => ''))
         ->setMultiOptions($options );

With or without setOptions(), it's the same, not on the same line!!! Why?
If I look at the html source code of the web page, with the
setOptions(array('separator' => '')), the tag <br /> go away, but even if
this case, the element continues to be displayed not in the same line.
-- 
View this message in context: 
http://www.nabble.com/Zend_Form---How-to-display-Elements-on-the-same-line-tp15630122s16154p15633977.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to