Sha256: da894cbc289c19949fa733a76f0e42296f6a41fb50ca33d2171415e349b3962f
Contents?: true
Size: 391 Bytes
Versions: 19
Compression:
Stored size: 391 Bytes
Contents
// Load the form var heading = "Edit <%= @resource_options[:item_name].to_s.titleize %> - '<%= raw @r_object.try(:display_name) %>'"; var bodyContent = "<%= escape_javascript(render(:partial=>"#{@resource_options[:view_path]}/form")) %>"; showLargeModal(heading, bodyContent, true); // Initialize WYSIHTML Editor $(".wysihtml5").wysihtml5( {"stylesheets": '/assets/wysiwyg-color.css'} );
Version data entries
19 entries across 19 versions & 1 rubygems