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