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

基于JavaScript实现智能右键菜单

jQuery计算文本框字数及限制文本框字数的方法

JavaScript 定时器 SetTimeout之定时刷新窗口和关闭窗口(代码超简单)

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

jQuery判断一个元素是否可见的方法

基于javascript简单实现对身份证校验

客户端静态页面玩分页

理解javascript封装

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

鼠标图片振动代码

精品推荐
分类导航