Sha256: 37a2fb9f72c4c28768db83a9331c3a615b6f0007ca1626469e11e20134468648

Contents?: true

Size: 788 Bytes

Versions: 3

Compression:

Stored size: 788 Bytes

Contents

CKEDITOR.editorConfig = (config) ->
  config.language = tkh_locale
  config.uiColor = "#AADC6E"
  config.width = '575'
  config.height = '450'

  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','JustifyBlock' ] },
    '/',
    { 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

3 entries across 3 versions & 1 rubygems

Version Path
tkh_content-0.3 app/assets/javascripts/ckeditor/config.js.coffee
tkh_content-0.2.1 app/assets/javascripts/ckeditor/config.js.coffee
tkh_content-0.2 app/assets/javascripts/ckeditor/config.js.coffee