Sha256: 070b664388c4e62869fc2b0336ba3baf7b720c7862641575b70533e41b608cd9

Contents?: true

Size: 668 Bytes

Versions: 22

Compression:

Stored size: 668 Bytes

Contents

  <p>
    <span class="tooltip" title="Please choose a field type using the drop down list, this will determine the characteristics of the new form field.">&nbsp;</span>
    <%= label_tag 'field-type', 'Add a new field' %><br/>
    <select id="field-type" name="field_type">
      <option value="text_field">Text</option>
      <option value="select">Select Box</option>
      <option value="multiselect">Multi-Select Box</option>
      <option value="radio">Radio Buttons</option>
      <option value="check_box">Check Box</option>
    </select>
    <%= link_to_function 'Add', "return new_form_field($('#field-type').val());", :class => 'add form-builder' %>
  </p>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
noodall-form-builder-0.4.2 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.4.1 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.4.0 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.3.3 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.11 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.3.2 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.3.1 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.3.0 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.10 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.9 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.8 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.7 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.5 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.4 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.3 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.2 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.1 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.2.0 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.1.3 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.1.2 app/views/noodall/admin/forms/_field_select.html.erb