Sha256: 38c5d8ac05650323ed0723573a322ae62646f2fd18b753941d872d0ae127178f

Contents?: true

Size: 420 Bytes

Versions: 7

Compression:

Stored size: 420 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")) %>";
showGenericModal(heading, bodyContent, true);

// Initialize WYSIHTML Editor
$(".wysihtml5").wysihtml5(
	{"stylesheets": '/assets/wysiwyg-color.css'}
);

// Initialize WYSIHTML Editor
$('input.kuppayam-tagsinput').tagsinput();

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kuppayam-0.1.34 app/views/kuppayam/workflows/parrot/new.js.erb
kuppayam-0.1.33 app/views/kuppayam/workflows/parrot/new.js.erb
kuppayam-0.1.32 app/views/kuppayam/workflows/parrot/new.js.erb
kuppayam-0.1.31 app/views/kuppayam/workflows/parrot/new.js.erb
kuppayam-0.1.30 app/views/kuppayam/workflows/parrot/new.js.erb
kuppayam-0.1.29 app/views/kuppayam/workflows/parrot/new.js.erb
kuppayam-0.1.28 app/views/kuppayam/workflows/parrot/new.js.erb