Displaying 1 result from an estimated 1 matches for "testi3".
Did you mean:
test3
2009 Sep 17
1
noob simple question create custom options_for_select
...s</option>
<option value="tkk">Group The great school</option>
<option value="testi1">User testi1</option></select>
<option value="testi1">User testi2</option></select>
<option value="testi1">User testi3</option></select>
In my example i would like that all the lines that is related to users or
groups has the type in the select text.
Can i use select or should be select_tag and also how can i create this
default options if they come from the database and i have to do some
"coding...