Module: ActionView::Helpers::FormHelper
- Defined in:
- lib/rails3-jquery-autocomplete/form_helper.rb
Instance Method Summary collapse
-
#autocomplete_field(object_name, method, source, options = {}) ⇒ Object
Returns an input tag of the "text" type tailored for accessing a specified attribute (identified by
method) and that is populated with jQuery's autocomplete plugin.
Instance Method Details
#autocomplete_field(object_name, method, source, options = {}) ⇒ Object
Returns an input tag of the "text" type tailored for accessing a specified attribute (identified by method) and
that is populated with jQuery's autocomplete plugin.
Examples
autocomplete_field(:post, :title, author_autocomplete_path, :size => 20)