Sha256: a81570f003c2ce3bf9cb6f2c582d180779e6c0382058f8b50298f7ffb4fdade2
Contents?: true
Size: 1000 Bytes
Versions: 29
Compression:
Stored size: 1000 Bytes
Contents
CKEDITOR.editorConfig = (config) -> config.language = tkh_locale config.uiColor = "#AADC6E" config.width = '650' config.height = '450' config.forcePasteAsPlainText = true config.allowedContent = true # config.extraAllowedContent = true config.toolbar_Pure = [ { name: 'styles', items: [ 'Format' ] }, { name: 'basicstyles', items: [ 'Bold','Italic','Strike','-','RemoveFormat' ] }, { name: 'paragraph', items: [ 'BulletedList','NumberedList','-','Outdent','Indent','-','Blockquote','-','JustifyLeft','JustifyCenter','JustifyRight' ] }, # { name: 'quoteauthor', items: [ element: 'p', attributes : { 'class' : 'author'} ] }, # tried but it did not work '/', { name: 'clipboard', items: [ 'Undo','Redo' ] }, { name: 'links', items: [ 'Link','Unlink' ] }, { name: 'insert', items: [ 'Image','Table','HorizontalRule','SpecialChar' ] }, { name: 'document', items: [ 'Source','-','Save' ] }, ] config.toolbar = 'Pure' true
Version data entries
29 entries across 29 versions & 1 rubygems