search for: get_supplier_address

Displaying 4 results from an estimated 4 matches for "get_supplier_address".

2006 Jun 23
0
auto complete and after update element
I have done several searches via the web and all of my 13,000+ emails from the rails list. I can''t seem to find or discover exactly why the below syntax does not cause the app to call the get_supplier_address action in the controller. <%= text_field_with_auto_complete ( :supplier, :company_name, :after_update_element => "function(element,value){" + remote_function( :url => { :action => :get_supplier_address }, :with => "''su...
2006 Jun 23
0
Re:(RESOLVED, KIND OF) auto complete and after update element
...ww.razorpress.com On 6/23/06, Damon Hill <mdamonhill@gmail.com> wrote: > > I have done several searches via the web and all of my 13,000+ emails from > the rails list. > I can''t seem to find or discover exactly why the below syntax does not > cause the app to call the get_supplier_address action in the controller. > > > <%= text_field_with_auto_complete ( :supplier, :company_name, > :after_update_element => "function(element,value){" + > remote_function( :url => { :action > => :get_supplier_address }, :w...
2006 Aug 07
1
Escape ''&'' in text_field_with_auto_complete
...Barnes & Nobel" Code in view: <%= text_field_with_auto_complete :supplier, :company_name, { :size => "45", :value => @supplier.company_name }, :after_update_element => "function(element,value){" + remote_function( :url => { :action => :get_supplier_address }, :with => "''supplier=''+escape($F(''supplier_company_name''))") + "}" %> controller: def auto_complete_for_supplier_company_name @suppliers = Supplier.find(:all, :conditions => ["company_name LIKE ?", params[:supplier]...
2006 May 26
5
scriptaculous - auto complete textbox with a drop down
Hi, I''m using scriptaculous to provide an auto complete textbox - and it works perfectly - but I was wondering if there was anyway to let users navigate the choices using the keyboard i.e the curor keys as opposed to having to use the mouse? Apart from that it''s perfect! :) Cheers, Pete -- Posted via http://www.ruby-forum.com/.