Sha256: b145e000fd5313eed4ce4d555eed7b5c7c0eb25b4c07e3648b882c8abc39eacd
Contents?: true
Size: 350 Bytes
Versions: 4
Compression:
Stored size: 350 Bytes
Contents
// Load the form var heading = "Add <%= @resource_options[:collection_name].to_s.titleize %>"; 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