Sha256: a139d98d878bb6cb8d596e22227f1e5bbcb008853bc0328aa2fa2488704d431e

Contents?: true

Size: 564 Bytes

Versions: 2

Compression:

Stored size: 564 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">Leave blank to return the same page</div>
    <br clear="all"/>  
  <% end %>  
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nate-browsercms-3.0.210 app/views/cms/form_builder/_cms_drop_down.html.erb
nate-browsercms-3.0.211 app/views/cms/form_builder/_cms_drop_down.html.erb