Sha256: c5940e82a4f435cde566c7c896cfcb0b11055cff876e741b5f0fc4e886fcd4b5

Contents?: true

Size: 608 Bytes

Versions: 12

Compression:

Stored size: 608 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="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

12 entries across 12 versions & 1 rubygems

Version Path
noodall-form-builder-0.0.13 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.11 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.10 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.9 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.8 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.7 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.6 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.5 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.4 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.3 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.2 app/views/noodall/admin/forms/_field_select.html.erb
noodall-form-builder-0.0.1 app/views/noodall/admin/forms/_field_select.html.erb