Displaying 1 result from an estimated 1 matches for "set_exclude_airline_1".
2007 Oct 08
1
onblur to work with select
...ur to work,
here is what I got:
<%= select( "airlinemembership", "membership", Airline.find( :all,
:order =>
''name'' ).collect { |a| [a.name.downcase.capitalize, a.id]},
{:update => ''exclude_1''}, {:onblur => ''set_exclude_airline_1''} ) %>
Any ideas on how I can get the method ''set_exclude_airline_1'' to fire?
Thanks,
-S
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "...