Sha256: f38089fd560844481163af114dfe3259bac7de8ceeebed86efc8b6ff73b90a62
Contents?: true
Size: 537 Bytes
Versions: 40
Compression:
Stored size: 537 Bytes
Contents
$ -> if $('.niceditor').length > 0 niceditor = new nicEditor buttonList: ['fontSize', 'fontFormat', 'bold', 'italic', 'ol', 'ul', 'left', 'justify', 'center', 'right', 'image', 'upload', 'link', 'unlink', 'outdent', 'indent', 'hr'] maxHeight: 400 uploadURI: HOST_NAME + '/admix/upload' bkLib.onDomLoaded () -> $('.niceditor').each (index, element) -> $(element).wrap('<div class="niceditor-wrapper"></div>') nicEditors.editors.push( niceditor.panelInstance(element) )
Version data entries
40 entries across 40 versions & 2 rubygems