Sha256: e9b93dbb5d313f6c37da5888a31266afaf6f73acfa792fd465f7a710cd25dc19
Contents?: true
Size: 426 Bytes
Versions: 13
Compression:
Stored size: 426 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'} ); // Initialize WYSIHTML Editor $('input.kuppayam-tagsinput').tagsinput();
Version data entries
13 entries across 13 versions & 1 rubygems