extjs fckeditor集成代码

2019-12-25,,,

复制代码 代码如下:
{
xtype : "textarea",
name : "content",
anchor : '97%',
height : 400,
id : "content",
fieldLabel : "内容",
listeners : {
"render" : function(f) {
fckEditor = new FCKeditor("content");
fckEditor.Height = 400;
fckEditor.Width = 530;
fckEditor.BasePath = "/test/fckeditor/";
fckEditor.Config['CustomConfigurationsPath'] = "/fckeditor/fckconfig.js"
fckEditor.ReplaceTextarea();
}
}
}

您可能感兴趣的文章:

  • js判断FCKeditor内容是否为空的两种形式
  • FCKeditorAPI 手册 js操作获取等
  • fckeditor常用Js,获取fckeditor内容,统计fckeditor字数,向fckeditor写入指定代码
  • Js FCKeditor的值获取和修改的代码小结
  • javascript fckeditor编辑器取值与赋值实现代码
  • FCKEditor常用Js代码,获取FCK内容,统计FCK字数,向FCK写入指定代码
  • FCKeditor提供了一个完整的JavaScript API
  • javascript 获取FCKeditor内容
  • JSP 页面中使用FCKeditor控件(js用法)
  • jsp fckeditor 上传中文图片乱码问题的解决方法
  • JS集成fckeditor及判断内容是否为空的方法

《extjs fckeditor集成代码.doc》

下载本文的Word格式文档,以方便收藏与打印。