Kevin

虫虫的痕迹!!!
  首页  :: 新随笔  :: 订阅 订阅  :: 管理

2010年7月30日

摘要: 1、首先在FCKeditor目录下的fckconfig.js文件,添加Readonly模式(可以将页面中的FCKeditor控件的ToolbarSets属性设置为“Readonly”,需要编辑时在代码中更改为“Default”):FCKConfig.ToolbarSets["Readonly"] = [ ['Preview','Print']] ;2、FCKeditor两种模式切换的函数:private void ModFCKEditor(Boolean YN) { if (YN) //可编辑状态 { string jsReadOnly = 阅读全文

posted @ 2010-07-30 23:50 KevinYao 阅读(2555) 评论(1) 推荐(1)