Sha256: 895711240674bfca8bad330457f02b6a2b7da5458b378623a64f07721eb94761

Contents?: true

Size: 1.26 KB

Versions: 5

Compression:

Stored size: 1.26 KB

Contents

/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/


CKEDITOR.editorConfig = function( config )
{
  config.PreserveSessionOnFileBrowser = true;
  // Define changes to default configuration here. For example:
  config.language = 'en';
  // config.uiColor = '#AADC6E';

  //config.ContextMenu = ['Generic','Anchor','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form'] ; 
  
  config.height = '400px';
  config.width = '600px';
  
  //config.resize_enabled = false;
  //config.resize_maxHeight = 2000;
  config.resize_maxWidth = 200;
  
  //config.startupFocus = true;
  
  // works only with en, ru, uk languages
  // config.extraPlugins = "embed,attachment";
  config.extraPlugins = "autogrow";
  
  config.toolbar = 'Easy';
  
  config.toolbar_Easy =
    [
        ['Maximize','-','PasteFromWord'],
  //      ['Undo','Redo','-','Find','Replace','RemoveFormat'],
        ['Bold','Italic','TextColor'],
        ['NumberedList','BulletedList']
          // ,'-','Outdent','Indent','Blockquote'],
        ['Link','Unlink'],
        ['Table','SpecialChar']
    ];
};

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
qwerty-0.0.7.pre test/dummy/tmp/dragonfly/cache/body/ab/0ba7805258dfaffd12d7b27d2c72007bc85faf
qwerty-0.0.5.pre test/dummy/tmp/dragonfly/cache/body/ab/0ba7805258dfaffd12d7b27d2c72007bc85faf
qwerty-0.0.4.pre test/dummy/tmp/dragonfly/cache/body/ab/0ba7805258dfaffd12d7b27d2c72007bc85faf
qwerty-0.0.3.pre test/dummy/tmp/dragonfly/cache/body/ab/0ba7805258dfaffd12d7b27d2c72007bc85faf
qwerty-0.0.1.pre test/dummy/tmp/dragonfly/cache/body/ab/0ba7805258dfaffd12d7b27d2c72007bc85faf