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: ckeditor_source.js
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ // Compressed version of core/ckeditor_base.js. See original for instructions. /*jsl:ignore*/ if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.6.2',revision:'7275',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(g){d=g[1];break;}}}if(d.indexOf(':/')==-1)if(d.indexOf('/')===0)d=location.href.match(/^.*?:\/\/[^\/]*/)[0]+d;else d=location.href.match(/^[^\?]*\/(?:)/)[0]+d;return d;})(),getUrl:function(d){if(d.indexOf(':/')==-1&&d.indexOf('/')!==0)d=this.basePath+d;if(this.timestamp&&d.charAt(d.length-1)!='/')d+=(d.indexOf('?')>=0?'&':'?')+('t=')+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})(); /*jsl:end*/ // Uncomment the following line to have a new timestamp generated for each // request, having clear cache load of the editor code. // CKEDITOR.timestamp = ( new Date() ).valueOf(); if ( CKEDITOR.loader ) CKEDITOR.loader.load( 'core/ckeditor' ); else { // Set the script name to be loaded by the loader. CKEDITOR._autoLoad = 'core/ckeditor'; // Include the loader script. if ( document.body && (!document.readyState || document.readyState == 'complete') ) { var script = document.createElement( 'script' ); script.type = 'text/javascript'; script.src = CKEDITOR.getUrl( '_source/core/loader.js' ); document.body.appendChild( script ); } else { document.write( '<script type="text/javascript" src="' + CKEDITOR.getUrl( '_source/core/loader.js' ) + '"></script>' ); } }
Upload File
Create Folder