묻고답하기

CK에디터 사용중입니다.

<!-- css -->
<load target="css/default.css" />
<load target="../../../../common/xeicon/xeicon.min.css" />

<!-- JS -->
<!--%load_js_plugin("ckeditor")-->
<load target="../../tpl/js/editor_common.js" />
<load target="../../tpl/js/editor.app.js" />
<load target="js/xe_interface.js" />

{@ $css_content = null }
<!--@if($content_font || $content_font_size)-->
 <!--@if($content_style === 'ckeditor_light')-->{@ $css_content = '.xe_content.editable p { margin: 0;'. chr(125); }<!--@endif-->

 {@ $css_content .= ' .xe_content.editable { '}
 <block cond="$content_font">
 {@ $css_content .= 'font-family:' . $content_font . ';';}
 </block>

 <block cond="$content_font_size">
 {@ $css_content .= 'font-size:' . $content_font_size . ';';}
 </block>
 {@ $css_content .= chr(125);}
<!--@endif-->

<div id="ckeditor_instance_{$editor_sequence}" data-editor-sequence="{$editor_sequence}" data-editor-primary-key-name="{$editor_primary_key_name}" data-editor-content-key-name="{$editor_content_key_name}" style="min-height:{$editor_height}px;"></div>

<block cond="$allow_fileupload">
 <include target="file_upload.html" />
</block>

<script>
(function($){
 "use strict";
 // editor
 $(function(){
  <!--@if(!FileHandler::exists('common/js/plugins/ckeditor/ckeditor/config.js'))-->CKEDITOR.config.customConfig = '';<!--@endif-->
  var settings = {
   ckeconfig: {
    height: '{$editor_height}',
    skin: '{$colorset}',
    contentsCss: '{$content_style_path}/editor.css',
    xe_editor_sequence: {$editor_sequence},
    toolbarCanCollapse: true,
    language: "{str_replace('jp','ja',$lang_type)}"
   },
   loadXeComponent: true,
   enableToolbar: true,
   content_field: jQuery('[name={$editor_content_key_name}]')
  };

  <!--@if($enable_component)-->
   {@ $xe_component = array(); }
   <!--@foreach($component_list as $component_name => $component)-->
    {@ $xe_component[] = $component_name . ":'" . htmlentities($component->title, ENT_QUOTES, 'UTF-8') . "'"; }
   <!--@endforeach-->
   {@ $xe_component = implode(',', $xe_component); }

   settings.ckeconfig.xe_component_arrays = {{$xe_component}};
  <!--@endif-->

  <!--@if(!$enable_default_component)-->
   settings.enableToolbar = false;
   settings.ckeconfig.toolbarCanCollapse = false;
  <!--@endif-->

  <!--@if(!$enable_component)-->
   settings.loadXeComponent = false;
  <!--@endif-->

  <!--@if($module_type === 'comment'||Mobile::isMobileCheckByAgent())-->
   settings.ckeconfig.toolbarStartupExpanded = false;
  <!--@endif-->
  
  <!--@if(!$html_mode)-->
   settings.ckeconfig.removeButtons = 'Save,Preview,Print,Cut,Copy,Paste,Source';
  <!--@endif-->

  <!--@if($css_content)-->CKEDITOR.addCss('{$css_content}');<!--@end-->

  var ckeApp = $('#ckeditor_instance_{$editor_sequence}').XeCkEditor(settings);

 });
})(jQuery);
</script>

어디를 수정해야지 파일첨부기능만 남게될까요? 어떻게 해야하나 고민해보다 질문드립니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
심플인턴 타임라인 모듈 질문 [3] 2017.11.24 by 우주학개론
뛰띠르빵빠르 게시판의 리스트 화면에서 정렬기준(확장변수 복수의 order by) 추가 하는 방법이 있나요? [1] file 2017.11.24 by 뛰띠르빵빠르
달콤한슬픔 업글 타일 블로그 스크립트관련 이게 가능한가요? [2] 2017.11.24 by 달콤한슬픔
시크릿_이루어진다 파일 첨부로 이미지 첨부시.. [1] 2017.11.23 by sejin7940
퐁퐁탄 게시판이 먹통이 돼 버립니다. [2] 2017.11.23 by 퐁퐁탄
3981 프레임 오류 제발 도와주세요ㅠㅠ file  
sam95 동영상게시판 있나요? [1] 2017.11.22 by sejin7940
michinPark 크롬 Incognito 접속시 사이트잠김 오류 [2] 2017.11.21 by michinPark
JunWooNam 고수님들 알려주세요(플래시 삽입) file  
병아리 로그인화면 도움부탁드립니다. [3] file 2017.11.21 by 병아리
병아리 메뉴와 아래이미지 사이의 간격... [3] file 2017.11.21 by 병아리
병아리 회원정보보기등을 없애고 싶습니다. [14] file 2017.11.21 by 병아리
구름의저편 아이프레임 관련 질문입니다.  
차원홍 게시판연결오류  
초보예요데헷 xedition 슬라이더 높이(크기) 조절하는 법 좀 알려주세요 [3] file 2017.11.20 by whiterose5889
whiterose5889 게사판 글 등록과 회원 가입 오류 [4] file 2017.11.20 by whiterose5889
whiterose5889 급합니다 도움 부탁드립니다 [4] 2017.11.20 by whiterose5889
병아리 이미지 삽입방법이 궁금합니다. file  
박황재 DoorWeb_cpB 레이아웃 사용 시 모바일 하위메뉴 안보임 [4] file 2017.11.20 by 박황재
엔키 게시판을 갤러리로 어떻게 바꾸나요 [1] 2017.11.20 by sejin7940