Displaying 1 result from an estimated 1 matches for "auto_complete_context".
2008 Jan 03
0
remote_form_for with auto_complete_field
...+ ''_form'' } do %>
<%= text_field :search, :oid, :size => 20, :value => result %>
<div class="auto_complete" id="search_oid_auto_complete"></div>
<%= auto_complete_field :search_oid, :url => {:action =>
''auto_complete_context'', :controller => ''admin'',:frequency => 5000} %>
<% end %>
<%= observe_form filter_criterion.dom_id + ''_form'',:frequency => 5,:url
=> {:action => ''update_filter_criterion'', :controller=>''filters...