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