search for: find_city

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

2006 Apr 13
0
text_field_with_auto_complete and foreign characters
...quot;city_name" name="city_name" size="40" /> <%= observe_field(:city_name, :frequency => 0.5, :update => :results, :url => { :controller => ''entries'', :action => :find_city, }, :with => "''city_name='' + escape($F(''city_name''))" )%> <div class="autocomplete" id="results"></div> This works fine with umlauts, too. The :with-option does the trick. Unfortunately this is n...