/** * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. …
2022-11-28 11:41
974
0
0
본문
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here.
// For complete reference see:
// http://docs.ckeditor.com/#!/api/CKEDITOR.config
config.uiColor = '#F2F2F2';
// The toolbar groups arrangement, optimized for two toolbar rows.
config.toolbarGroups = [
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
//{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
{ name: 'basicstyles' },
{ name: 'links' },
{ name: 'blocks' },
{ name: 'insert' },
{ name: 'align' },
{ name: 'cleanup' },
{ name: 'codesnippet' },
{ name: 'imgur' },
//'/',
{ name: 'paragraph', groups: [ 'list' ] },
{ name: 'styles' },
{ name: 'colors' },
{ name: 'tools' },
{ name: 'about' }
];
// Whether the toolbar can be collapsed by the user.
//config.toolbarCanCollapse = true;
//config.toolbarStartupExpanded = true;
// Remove some buttons provided by the standard plugins, which are
// not needed in the Standard(s) toolbar.
config.removeButtons = 'PasteText,PasteFromWord,Cut,Copy,Paste,Undo,Redo,Anchor,Blockquote,HorizontalRule,Format,Font,Image,Styles,SpecialChar,Templates';
// Set the most common block elements.
config.format_tags = 'p;h1;h2;h3;pre';
// Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced;link:upload';
// Set the file uploader
config.filebrowserUploadUrl = g5_editor_url+"/upload.php?type=Images";
// Set Editor default Height
config.height = 300;
// CODESNIPPET SETTING
config.extraPlugins = 'codesnippet,simpleuploads,imgur';
config.codeSnippet_theme = 'school_book';
config.imgurClientId = '';
// CKEDITOR PLUGINS LOADING
//config.extraPlugins = 'pbckcode'; // add other plugins here (comma separated)
// PBCKCODE CUSTOMIZATION
/*
config.pbckcode = {
// An optional class to your pre tag.
cls: 'line-numbers',
// The syntax highlighter you will use in the output view
highlighter: 'PRISM',
// An array of the available modes for you plugin.
// The key corresponds to the string shown in the select tag.
// The value correspond to the loaded file for ACE Editor.
modes: [['HTML', 'html'], ['CSS', 'css'], ['PHP', 'php'], ['JS', 'javascript']],
// The theme of the ACE Editor of the plugin.
theme: 'twilight',
// Tab indentation (in spaces)
tab_size: '4'
};
*/
};
config.js 에서 제가 사용하는 방법입니다.
config.removeButtons = 'PasteText,PasteFromWord,Cut,Copy,Paste,Undo,Redo,Anchor,Blockquote,HorizontalRule,Format,Font,Image,Styles,SpecialChar,Templates';
// Simplify the dialog windows.
config.removeDialogTabs = 'image:advanced;link:advanced;link:upload';
에 image 추가로 기본 ckeditor 이미지 업로드 버튼 삭제
// CODESNIPPET SETTING
config.extraPlugins = 'codesnippet,simpleuploads,imgur';
사용하고자 하시는 플러그인이 다수라면 위처럼 , 로 구분하여 수정해주시면 됩니다.^^
0
로그인 후 추앙 하실 수 있습니다.
-
[해방일지] 앨리스님의 해방일지 입니다. - 2023-01-19 21:47:342023-01-19
-
[당미역] /** * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. ...2022-11-28
-
[해방일지] 앨리스님의 해방일지 입니다. - 2022-09-22 20:09:122022-09-22
-
[해방일지] 앨리스님의 해방일지 입니다. - 2022-09-12 23:50:192022-09-12
-
[해방일지] 앨리스님의 해방일지 입니다. - 2022-09-11 21:10:582022-09-11
-
[태훈의 너바나] 애니메이션 좋아하시는 분들은 지브리 갬성을 잊지 못하죠. 지브리 애니메이션 OST 1시간 38분 사클 음악입니다.2022-09-07
-
[해방일지] 앨리스님의 해방일지 입니다. - 2022-09-07 20:25:432022-09-07
-
[당미역] ck에디터 codesnipet 적용시 head.sup.php head와 head 사이에 추가해야 할 사항 에디터의 경로와 ...2022-09-07
-
[해방일지] 동력이 부족한 엔진이 겨우 털털거리며 괜찮은 척 앞으로 나가는 느낌이라는 말에 격하게 공감합니다.2023-09-12
-
[해방일지] 비의 계절 입니다. 늘 하늘을 올려다 보세요^^. 고개 푹 숙이지 마시구요.2023-06-30
-
[해방일지] 벌써 불을 붙일 수 있는 불쏘시개 하나를 놓으셨네요!2023-06-03
-
[해방일지] 반갑습니다~ 늘 행복하시다가 가끔 찾아오세요^^ 해방이라는 단어를 잊을 만큼 늘 하루 하루 행복하시길 바랍니다!2023-04-25
-
[해방일지] 저는 밖에서 안으로 들어가고 싶을때도 많아요.2022-12-14
-
[당미역] https://www.haebangclub.com/dangmist/27참고 부탁드려요~ 도움이 되실지 모르겠어서, 제가 쓰고 있는 config.js 소스 그대로 공개했습니다.^^2022-11-28
-
[해방일지] 저는 7번2022-09-22
-
[태훈의 너바나] 감사합니다~ ABOUT - Letter To Dolphins ('Unhappy' is not me anymore) 이 곡 너무 좋은거 같아요.2022-09-18
댓글목록0