Sha256: 89f7c390796538654c1ba0b64e7ff353a759a94efa4c90eeec62c8c605adf0cd
Contents?: true
Size: 465 Bytes
Versions: 14
Compression:
Stored size: 465 Bytes
Contents
// Load the form var heading = "Edit <%= @resource_options[:item_name].to_s.titleize %> - '<%= raw @r_object.try(:display_name) %>'"; 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