Sha256: 00c688188f4315b9725539c50473e1d2d2f555efa4c70f1d73afdeb701517ed5
Contents?: true
Size: 332 Bytes
Versions: 6
Compression:
Stored size: 332 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")) %>"; showLargeModal(heading, bodyContent); // Initialize WYSIHTML Editor $(".wysihtml5").wysihtml5( {"stylesheets": '/assets/wysiwyg-color.css'} );
Version data entries
6 entries across 6 versions & 1 rubygems