當前位置:遊戲中心平台 - 單機遊戲攻略 - jsp怎麽使用ckeditor和ckfinder?

jsp怎麽使用ckeditor和ckfinder?

ckeditor 裏的config.js 設置

CKEDITOR.editorConfig = function( config )

{

// Define changes to default configuration here. For example:

// config.language = 'fr';

// config.uiColor = '#AADC6E';

config.language = 'zh-cn';

config.skin = 'v2';

config.filebrowserBrowseUrl = location.hash + '/admin/ckfinder/ckfinder.html';

config.filebrowserImageBrowseUrl = location.hash + '/admin/ckfinder/ckfinder.html?Type=Images';

config.filebrowserFlashBrowseUrl = location.hash + '/admin/ckfinder/ckfinder.html?Type=Flash';

config.filebrowserUploadUrl = location.hash + '/admin/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files';

config.filebrowserImageUploadUrl = location.hash + '/admin/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images';

config.filebrowserFlashUploadUrl = location.hash + '/admin/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash';

// config.filebrowserWindowWidth = '800';

// config.filebrowserWindowHeight = '500';

};

  • 上一篇:《龍神傳說》txt全集
  • 下一篇:與狼共舞txt全集
  • copyright 2024遊戲中心平台