Displaying 1 result from an estimated 1 matches for "sort_criteria".
2007 Jan 21
0
select box selected on value ? w option_for_select
...eld
<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",
:update => "results_table",
:url => { :action => :list , :params =>
@params.merge({:page=> nil })},
:with => "''sort=''+value&qu...