Sha256: 02622ed7f2b7a79df99b1268afedce78b18bb9b35c8ac434a4b250620971c3fb
Contents?: true
Size: 563 Bytes
Versions: 21
Compression:
Stored size: 563 Bytes
Contents
<% content_for :html_head do %> <% javascript_tag do %> jQuery(function($) { $('#<%= object_name %>_<%= method %>').selectbox({width: '455px'}); }) <% end %> <% end %> <div class="fields select_fields"> <% if cms_options[:label] %> <%= f.label method, cms_options[:label] %> <% else %> <%= f.label method %> <% end %> <%= f.drop_down method, choices, options, html_options %> <% if cms_options[:instructions] %> <div class="instructions"><%=h cms_options[:instructions] %></div> <br clear="all"/> <% end %> </div>
Version data entries
21 entries across 21 versions & 7 rubygems