时间:2021-05-28
复制代码 代码如下:
{
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();
}
}
}
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
项目代码结构见我之前写的[EXT/FCKEditor集成--AJAXUI--一种web开发的新的思维,要及时转换思想]一文.中的├─taskofpig│├─Co
复制代码代码如下:extJs中常用到的增删改查操作的示例代码
这几天都在研究FCKeditor的源代码(FCKeditor就是网络中应用比较广泛的网页编辑器)这里需要感谢nileaderblog的辛苦翻译。几乎搜遍了Int
1、挂接事件,比如onkeydown事件,要在FCKeditor_OnComplete里实现:复制代码代码如下:functionFCKeditor_OnComp
FCKeditor FCKeditor编辑器页/查看编辑器版本/查看文件上传路径 FCKeditor编辑器页 FCKeditor/_samples/def