Sha256: f4c486e372877cd8e4fca65800688eda943af8c66c643f56642310562b516fae
Contents?: true
Size: 803 Bytes
Versions: 1
Compression:
Stored size: 803 Bytes
Contents
<%= fields_for "form[fields][#{index}]", field do |f| %> <tr> <td><%= f.hidden_field :_type %><%= f.label :name, 'Name *' %><%= f.text_field :name %></td> <td>Multi-Select box</td> <td><%= f.label :label, 'Label' %><%= f.text_field :label %></td> <td class="center">-</td> <td class="center">-</td> <td><%= f.label :options, 'Options' %><%= f.text_field :options %></td> <td><%= f.label :required, 'Required?' %><%= f.check_box :required %></td> <td width="25" class="up"><a class="page_up" title="Move this field up">up</a></td> <td width="30" class="down"><a class="page_down" title="Move this field down">down</a></td> <td><%= link_to_function 'Delete', 'return delete_form_field(this);', :class => 'delete' %></td> </tr> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noodall-form-builder-0.5.4 | app/views/noodall/admin/fields/_multiselect.html.erb |