用extjs实现的集成fckeditor的代码。
{
xtype : "textarea",
name : "content",
anchor : '97br>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();
}
}
}
以上就是extjs fckeditor集成代码的详细内容,更多请关注易知道|edz.cc其它相关文章!