Ticket #3983: 3983_TC.patch

File 3983_TC.patch, 1.1 KB (added by Garry Yao, 15 years ago)

config file for reproducing

  • config.js

     
    1 /*
    2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    3 For licensing, see LICENSE.html or http://ckeditor.com/license
    4 */
    5 
    61CKEDITOR.editorConfig = function( config )
     2
    73{
    8         // Define changes to default configuration here. For example:
    9         // config.language = 'fr';
    10         // config.skin = 'office2003';
     4
     5config.toolbar =
     6
     7[
     8
     9        ['Cut','Copy','Paste','PasteText','PasteFromWord','SpecialChar','-','SpellChecker', 'Scayt'],
     10
     11        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
     12
     13
     14        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
     15
     16        ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
     17
     18        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
     19
     20        ['Link','Unlink','Anchor'],
     21
     22        '/',
     23
     24        ['Styles','Format','Font','FontSize'],
     25
     26        ['TextColor','BGColor'],
     27];
     28
    1129};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy