Flowdock
method

text_field_with_auto_complete

Importance_2
Ruby on Rails latest stable (v6.1.7.7) - 1 note - Class: ActionView::Helpers::JavaScriptMacrosHelper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

text_field_with_auto_complete(object, method, tag_options = {}, completion_options = {}) public

DEPRECATION WARNING: This method will become a separate plugin when Rails 2.0 ships.

Wrapper for text_field with added AJAX autocompletion functionality.

In your controller, you’ll need to define an action called auto_complete_for to respond the AJAX calls,

See the RDoc on ActionController::Macros::AutoComplete to learn more about this.

Show source
Register or log in to add new notes.
June 15, 2011
1 thank