Displaying 1 result from an estimated 1 matches for "sort_by_last_name".
2010 Jan 23
0
Problems with :onchange for radio_button_tag
...over this for quite a while now
and don''t seem to be able to wrap my forementioned head around it.
Basically I have a list of users in a selection box and I have two radio
buttons: Sort by first name and sort by last name. This is what I have
in my view:
<%= radio_button_tag ''sort_by_last_name'', ''true'', :checked => true,
:onchange => ''#{remote_function(:url => {:action =>
"update_users"},
:with => "order=1")}'' %> Sort by Last name<br />
<%= radio_button_tag ''sort_by_last_...