Sha256: f90f486e9cc654b418de7914fbb1171b9603d07bdd423f5162351cfc25e63805
Contents?: true
Size: 702 Bytes
Versions: 40
Compression:
Stored size: 702 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")) %>"; <% if @resource_options[:form_model_size] == :generic %> showGenericModal(heading, bodyContent, true); <% elsif @resource_options[:form_model_size] == :large %> showLargeModal(heading, bodyContent, true); <% end %> // Initialize WYSIHTML Editor <% if @resource_options[:load_rich_text_editor] %> $(".wysihtml5").wysihtml5( {"stylesheets": '/assets/wysiwyg-color.css'} ); <% end %> // Initialize WYSIHTML Editor <% if @resource_options[:tagsinput] %> $('input.kuppayam-tagsinput').tagsinput(); <% end %>
Version data entries
40 entries across 26 versions & 2 rubygems