radioList, a new line for each option?
Posted: Mon Dec 10, 2007 2:51 pm
Dunno if I'm seriously blind or something, I searched both Google and this forum but can't find the answer to my question.
I a radioList which looks like this:
How do I get each radio option on a new line? (with a br-tag for example)
I a radioList which looks like this:
Code: Select all
$voluntary = array();
$voluntary[] = mosHTML::makeOption('0','Option1');
$voluntary[] = mosHTML::makeOption('1','Option2');
$lists["voluntary"] = mosHTML::radioList($voluntary, 'voluntary', 'class="inputbox"', $row->voluntary );
echo $lists["voluntary"];
How do I get each radio option on a new line? (with a br-tag for example)