Sha256: 36d7311189af9e39748056052a84f9fba4e3ee1a7e8d9d7ff9f65b20c2845fe6
Contents?: true
Size: 576 Bytes
Versions: 13
Compression:
Stored size: 576 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); <% 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