Sha256: d74cd38e803afb2e57ae6fff3a81ae5b785d3af1a3cf3a5c60b155fc22cbb544
Contents?: true
Size: 414 Bytes
Versions: 25
Compression:
Stored size: 414 Bytes
Contents
// Load the form var heading = "Edit '<%= raw @r_object.try(:display_name) %>'"; 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
25 entries across 25 versions & 1 rubygems