Displaying 1 result from an estimated 1 matches for "12em".
Did you mean:
128m
2007 Jan 21
0
select box selected on value ? w option_for_select
I have a select box in my view, with an option for select, a variable
for selected value, and an Ajax observe_field
<select name="most[criteria]" id="most_criteria"
style="display:inline;width:12em;" >
<%= options_for_select({ "most cheerful" => "1", "most beautiful" =>
"2", "most displayed" => "3"}, @sort_criteria) %>
</select>
<%= observe_field("most_criteria",
:updat...