Sha256: a5a71fd62629ffa1294d807e747c742df5708ae3f7fa18f3bea9b59a491c7222

Contents?: true

Size: 973 Bytes

Versions: 33

Compression:

Stored size: 973 Bytes

Contents

<%
p = @product
%>
<%= render :partial => 'caboose_store/products/admin_header' %>
<div id='message'><%= raw flash[:message] ? flash[:message] : "" %></div>

<p><div id='product_<%= p.id %>_description'></div></p>

<%= render :partial => 'caboose_store/products/admin_footer' %>

<% content_for :caboose_js do %>
<script type='text/javascript'>

$(document).ready(function() {
  m = new ModelBinder({
    name: 'Product',
    id: <%= p.id %>,
    update_url: '/admin/products/<%= p.id %>',
    authenticity_token: '<%= form_authenticity_token %>',
    attributes: [{
      name: 'description',
      nice_name: 'Description',
      type: 'richtext',
      value: <%= raw Caboose.json(p.description) %>,
      width: 500 
    }]
  });
});

var modal = false;
$(window).load(function() {
  modal = new CabooseModal(800);
});

</script>
<script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
<%= tinymce :caboose, :width => '575px', :height => '240px' %>
<% end %>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
caboose-store-0.0.43 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.42 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.41 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.40 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.39 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.38 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.37 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.36 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.35 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.34 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.33 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.32 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.31 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.30 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.29 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.28 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.27 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.26 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.25 app/views/caboose_store/products/admin_edit_description.html.erb
caboose-store-0.0.24 app/views/caboose_store/products/admin_edit_description.html.erb