Sha256: ad621e4463ab390dfc965ba5105e770a62dd19e7fd2e6dad26c1bf5a5d243299
Contents?: true
Size: 529 Bytes
Versions: 13
Compression:
Stored size: 529 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); <% if @resource_options[:load_rich_text_editor] %> // Initialize WYSIHTML Editor $(".wysihtml5").wysihtml5( {"stylesheets": '/assets/wysiwyg-color.css'} ); <% end %> <% if @resource_options[:tagsinput] %> // Initialize WYSIHTML Editor $('input.kuppayam-tagsinput').tagsinput(); <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems