Sha256: c3de5e451e95e790d579054e81419cd411857fbecb88e03894d8d82115e58486
Contents?: true
Size: 882 Bytes
Versions: 2
Compression:
Stored size: 882 Bytes
Contents
<p><%= link_to "Question Grid Help", "/fe/help/question_grid.html", { :class=>"lbOn", :id => "link-question-grid-help" } %></p> <%= render 'fe/admin/panels/common_fields', :f => f %> <p> <label for="element_style" class="desc">Style</label> <%= f.select :style, [["Standard", "standard"], ["Radio Grid", "radio"]] %> </p> <div class="field"> <label for="element_slug" class="desc">Column Headings <span class="required">required</span></label> <%= f.text_field :cols %><br/> <span class="help">Separate column headings by a semi-colon. This determines how many columns the grid will contain and what the column headings will be. </span> </div> <div class="field"> <label for="css_id" class="desc">Css ID</label> <%= f.text_field :css_id %> </div> <div class="field"> <label for="css_class" class="desc">Css Class</label> <%= f.text_field :css_class %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/views/fe/admin/panels/_prop_question_grid.html.erb |
fe-0.0.4 | app/views/fe/admin/panels/_prop_question_grid.html.erb |