X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs/backend/ckeditor
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
backend
/
ckeditor
/
📁
..
📄
.htaccess
(768 B)
📄
CHANGES.html
(152.55 KB)
📄
CHANGES.md
(149.7 KB)
📄
INSTALL.html
(2.7 KB)
📄
LICENSE.html
(67.78 KB)
📄
LICENSE.md
(74.46 KB)
📄
README.md
(1.31 KB)
📁
adapters
📄
build-config.js
(3.27 KB)
📄
ckeditor.asp
(29.16 KB)
📄
ckeditor.js
(578.97 KB)
📄
ckeditor.pack
(7.25 KB)
📄
ckeditor.php
(933 B)
📄
ckeditor_basic.js
(6.86 KB)
📄
ckeditor_basic_source.js
(1.47 KB)
📄
ckeditor_php4.php
(14.45 KB)
📄
ckeditor_php5.php
(14.43 KB)
📄
ckeditor_source.js
(1.83 KB)
📄
config.js
(3.05 KB)
📄
contents.css
(2.68 KB)
📁
images
📁
lang
📁
plugins
📁
samples
📁
skins
📄
styles.js
(5.25 KB)
📁
themes
Editing: config.js
/** * @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 example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; // config.toolbar = [{ name: 'insert', items: ['Image', 'Youtube']}]; //避免自動轉換原始碼 config.allowedContent = true; config.fontSize_sizes = '10pt/10pt;13/13px;16/16px;18/18px;20/20px;22/22px;24/24px;36/36px;48/48px;'; config.height = "auto"; // config.removeButtons = 'Underline,Subscript,Superscript'; config.font_names = 'Arial;Arial Black;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana;新細明體;細明體;標楷體;微軟正黑體'; // Set the most common block elements. config.format_tags = 'p;h1;h2;h3;pre'; //config.contentsCss = ['bootstrap.min.css','font-awesome.min.css']; //CKEDITOR.dtd.$removeEmpty.i = 0; //CKEDITOR.dtd.$removeEmpty.span = 0; //增加Youtube、word功能 config.extraPlugins = 'youtube'; // config.extraPlugins = 'autogrow'; // Simplify the dialog windows. config.removeDialogTabs = 'image:advanced;link:advanced'; config.filebrowserBrowseUrl = CKEDITOR.basePath + '../kcfinder/browse.php?type=files'; config.filebrowserUploadUrl = CKEDITOR.basePath + '../kcfinder/upload.php?type=files'; config.filebrowserImageBrowseUrl = CKEDITOR.basePath + '../kcfinder/browse.php?type=images'; config.filebrowserImageUploadUrl = CKEDITOR.basePath + '../kcfinder/upload.php?type=images'; }; /* 工具列參數列表: 'Source':原始碼 'Save':儲存 'NewPage':開新檔案 'Preview':預覽 'Templates':樣版 'Cut':剪下 'Copy':複製 'Paste':貼上 'PasteText':貼為文字格式 'PasteFromWord':從word 貼上 'Print':列印 'SpellChecker':拼字檢查 'Scayt':即時拼寫檢查 'Undo':上一步 'Redo':重作 'Find':尋找 'Replace':取代 'SelectAll':全選 'RemoveFormat':清除格式 'Form':表單 'Checkbox':核取方塊 'Radio':單選按鈕 'TextField':文字方塊 'Textarea':文字區域 'Select':選單 'Button':按鈕 'ImageButton':影像按鈕 'HiddenField':隱藏欄位 'Bold':粗體 'Italic':斜體 'Underline':底線 'Strike':刪除線 'Subscript':下標 'Superscript':上標 'NumberedList':編號清單 'BulletedList':項目清單 'Outdent':減少縮排 'Indent':增加縮排 'Blockquote':引用文字 'JustifyLeft':靠左對齊 'JustifyCenter':置中 'JustifyRight':靠右對齊 'JustifyBlock':左右對齊 'Link':超連結 'Unlink':移除超連結 'Anchor':錨點 'Image':圖片影像 'Flash':Flash 'Table':表格 'HorizontalRule':水平線 'Smiley':表情符號 'SpecialChar':特殊符號 'PageBreak':分頁符號 'Styles':樣式 'Format':格式 'Font':字體 'FontSize':大小 'TextColor':文字顏色 'BGColor':背景顏色 'Maximize':最大化 'ShowBlocks':顯示區塊 'About':關於CKEditor */
Upload File
Create Folder