/**

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

CKEDITOR.editorConfig = function( config ) {

      // config.language = 'it';

config.toolbar = 'Easy';  
config.toolbar_Easy =
  [
      ['Source'],
      ['Cut','Copy','Paste','PasteText','PasteFromWord',],
      ['Undo','Redo','-','SelectAll','RemoveFormat'],
      ['Styles','Format'], ['Subscript', 'Superscript', 'TextColor'], ['Maximize'], '/',
      ['Bold','Italic','Underline','Strike'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
      ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
      ['Link','Unlink','Anchor'], ['Image', 'Attachment', 'Flash', 'Embed'],
      ['Table','HorizontalRule','Smiley','SpecialChar','PageBreak']
  ];

};