search for: proddesc_pk

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

2006 Aug 07
2
Select Box Question
...based on where my mouse happens to be hovering when it does its observation. Not very user friendly. I''d much rather the onChange event, but I''m not sure exactly how to write the syntax for using the event. Here''s my code as it is now: <select id="product[proddesc_pk]" name="product[proddesc_pk]"> <%= options_from_collection_for_select( Product.find_all, "proddesc_pk", "prod_name" ) %> </select></p> <%= observe_field("product[proddesc_pk]", :frequency =>0.25,...