手机
当前位置:查字典教程网 >编程开发 >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版代码高亮

javascript自定义右键弹出菜单实现方法

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

accesskey 提交

基于JavaScript实现智能右键菜单

js常用函数 不错

VBScript版代码高亮

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

精品推荐
分类导航