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."> </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