CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

Contents Management System

http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-font_names

http://ojava.tistory.com/1

http://docs.cksource.com/ckeditor_api/

ckeditor config 수정방법

\common\js\plugins\ckeditor\ckeditor\config.js

예제)

CKEDITOR.editorConfig = function( config ) {
    // Define changes to default configuration here. For example:
    // config.toolbar =
    //     [['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-','TextColor','BGColor','-',
    //         'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','Link','Unlink','-',
    //         'Find','Replace','SelectAll','RemoveFormat','-','Image','Flash','Table','SpecialChar'],
    //         '/',['Source','-','ShowBlocks','-','Font','FontSize','Undo','Redo','-','About']];
    config.toolbarCanCollapse = true;
    config.toolbarStartupExpanded = false;
};


....

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기