Sha256: 3aa1b3b10a3730af1b7e7770ef7ac508c476e8a67a8e00212eaba0a722226e35
Contents?: true
Size: 344 Bytes
Versions: 19
Compression:
Stored size: 344 Bytes
Contents
// Load the form var heading = "Add <%= @resource_options[:item_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
19 entries across 19 versions & 1 rubygems