Sha256: a2839ecf507ca429d35033ef5f2e31c92efe889837332f6db99f0a8da13ab62a

Contents?: true

Size: 320 Bytes

Versions: 13

Compression:

Stored size: 320 Bytes

Contents

%h1 Id Element

= form_for @product do |form|
  %p
    = form.label :name
    = form.text_field :name
  %p
    = form.label :brand_name
    = form.autocomplete_field :brand_name, autocomplete_brand_name_id_elements_path, :id_element => '#product_brand_id'
  %p
    = form.label :brand_id
    = form.text_field :brand_id

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rails3-jquery-autocomplete-0.8.0 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.7.5 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.7.4 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.7.3 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.7.2 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.7.1 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.7.0 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.6.6 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.6.5 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.6.4 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.6.3 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.6.2 integration/app/views/id_elements/new.html.haml
rails3-jquery-autocomplete-0.6.1 integration/app/views/id_elements/new.html.haml