我是靠谱客的博主 追寻草莓,最近开发中收集的这篇文章主要介绍extjs fckeditor集成代码,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

复制代码 代码如下:

{
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();
}
}
}

最后

以上就是追寻草莓为你收集整理的extjs fckeditor集成代码的全部内容,希望文章能够帮你解决extjs fckeditor集成代码所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(140)

评论列表共有 0 条评论

立即
投稿
返回
顶部