手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >extjs fckeditor集成代码
extjs fckeditor集成代码
摘要:复制代码代码如下:{xtype:"textarea",name:"content",anchor:'97%',height:400,id:"...

复制代码 代码如下:

{

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集成代码1

【extjs fckeditor集成代码】相关文章:

鼠标图片振动代码

jQuery实现不断闪烁文字的方法

Ctrl + Enter提交前检测的代码

JavaScript版代码高亮

js实现异步循环实现代码

网页常用特效代码整理

accesskey 提交

Javascript随机显示图片的源代码

学习javascript文件加载优化

光标定位等TextRange的操作的范例代码

精品推荐
分类导航