From 8ab57a71f70b1abff01edc002195ceb3780ae1aa Mon Sep 17 00:00:00 2001 From: YJSoft Date: Wed, 10 Jun 2015 12:40:02 +0900 Subject: [PATCH] =?UTF-8?q?HTML=20=EC=82=AC=EC=9A=A9=20=EA=B6=8C=ED=95=9C?= =?UTF-8?q?=EC=9D=B4=20=EB=B0=98=EC=98=81=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/editor/skins/ckeditor/editor.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/editor/skins/ckeditor/editor.html b/modules/editor/skins/ckeditor/editor.html index 6e71a9ad6..4f134fa38 100755 --- a/modules/editor/skins/ckeditor/editor.html +++ b/modules/editor/skins/ckeditor/editor.html @@ -69,6 +69,10 @@ settings.ckeconfig.toolbarStartupExpanded = false; + + + settings.ckeconfig.removeButtons = 'Save,Preview,Print,Cut,Copy,Paste,Source'; + CKEDITOR.addCss('{$css_content}');