search for: customer_company_nam

Displaying 2 results from an estimated 2 matches for "customer_company_nam".

Did you mean: customer_company_name
2006 Jun 23
0
Re:(RESOLVED, KIND OF) auto complete and after update element
...plete ( :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 following: document.getElementById("po_customer_address").value = ''<%...
2006 Apr 25
0
How to manage one to many within application.
...<br> <label for="customer_address_email">Email</label><br/> <%= text_field ''address'', ''address'' %> <br> ...... <%end%> <!--[eoform:address]--> <!--[form:customer]--> <label for="customer_company_name">Company name</label><br> <%= text_field ''customer'', ''name'' %> <br> <label for="customer_email">Email</label><br/> <%= text_field ''customer'', ''email''...