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