search for: search_btn

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

Did you mean: search_box
2006 Feb 09
0
pass values with autocomplete textfield
...te_tag :update => "search_results", :url => { :action => :search } %> Location: <%= text_field_with_auto_complete :location, :name %> <%= select :loc, :type, @location_types.map { |l| [l.location_type] } %> <%= submit_tag "Search", :class => "search_btn" %> <%= end_form_tag %> Is this possible? Thanks, Chris