On Tue, May 10, 2011 at 11:27 AM, Marcus Stöhr
<daf...@soundtrack-board.de>wrote:

> How can I pass a custom list seperator to the view helper without extended
> the view helper and duplicate nearly all the code there?
>

You can call setSeparator() on your form element:

$element->setSeparator('');

Or when you add your element:

$form->addElement('radio', 'my_radio', array(
    'separator' => ''
));

--
*Hector Virgen*
Sr. Web Developer
http://www.virgentech.com

Reply via email to