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

웹기술을 같이 공유합니다

[Tips] CK 에디터 항상 닫힘 상태로
2016.11.20 10:10
0
https://eond.com/379234

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;
};


....

라이믹스는 이온디와 함께