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