手机
当前位置:查字典教程网 >编程开发 >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集成代码】相关文章:

VBScript版代码高亮

javascript原型模式用法实例详解

JavaScript版代码高亮

AspNet中使用JQuery boxy插件的确认框

js实现异步循环实现代码

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

js实现仿Windows风格选项卡和按钮效果

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

javascript 动态添加表格行

Ctrl + Enter提交前检测的代码

精品推荐
分类导航