Displaying 1 result from an estimated 1 matches for "get_customer_info".
2006 Jun 23
0
Re:(RESOLVED, KIND OF) auto complete and after update element
...l my controller
action with the following syntax:
<%= text_field_with_auto_complete ( :customer, :company_name, { :size =>
"45" }, :after_update_element => "function(element,value){" +
remote_function( :url => { :action
=> :get_customer_info }, :with => "''customer=''+$F(''customer_company_name'')")
+ "}" ) %>
It finds the correct customer in the database, and then in the action I am
rendering a template that consists of several javascript element updates
similar to the followi...