Sha256: 659f0a3c8b62679044f080bcbf73f5bdfa4e83cc58a09fa21af0df39d19f4488
Contents?: true
Size: 397 Bytes
Versions: 4
Compression:
Stored size: 397 Bytes
Contents
// Load the form var heading = "Edit <%= @resource_options[:collection_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
4 entries across 4 versions & 1 rubygems