search for: component_id_list

Displaying 1 result from an estimated 1 matches for "component_id_list".

2006 Aug 07
2
Select Box Question
...t[proddesc_pk]"> <%= options_from_collection_for_select( Product.find_all, "proddesc_pk", "prod_name" ) %> </select></p> <%= observe_field("product[proddesc_pk]", :frequency =>0.25, :update => "component_id_list", :url => { :action => :fill_component_box}, :with => "''id=''+value") %> How would I go about changing that code so that it updates based on an onChange event, rather than the observation? Any help would be greatly appreciated! Thanks, ~...