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