Sha256: 498f8164854747b86f1cde600d89442fc9c8566f2bbdf1400b58a3bd5c744cd3
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
class App.Views.Editor extends Backbone.View initialize: -> for textarea in $('textarea.editor') $(textarea).trumbowyg fullscreenable: false svgPath: TRUMBOWYG_SVG btns: ['viewHTML', '|', 'formatting', '|', 'strong', 'em', '|', 'link', '|', 'insertImage', '|', 'justifyLeft', 'justifyCenter', '|', 'btnGrp-lists', '|', 'horizontalRule']
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cambium-1.3.2 | app/assets/javascripts/cambium/admin/views/editor.js.coffee |
cambium-1.3.1 | app/assets/javascripts/cambium/admin/views/editor.js.coffee |