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