芝麻web文件管理V1.00
编辑当前文件:/home/jambtst2015/public_html/serverfile/config.js
/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; //config.extraPlugins = 'eqneditor'; //config.extraPlugins = 'eqneditor,image'; config.extraPlugins = 'fmath_formula,image'; //config.extraPlugins = 'image'; config.removeButtons = 'Flash,Source'; //FCKConfig.Plugins.Add( 'easyUpload', 'en' ) ; //config.filebrowserUploadUrl = '../ckupload.php'; //config.filebrowserUploadUrl = 'http://localhost/kcue/ckeditor/ckupload.php'; config.filebrowserUploadUrl = 'http://giraffeng.com/ckeditor/ckupload.php'; };