extjs fckeditor集成代碼
更新時間:2009年05月10日 11:06:07 作者:
用extjs實現(xiàn)的集成fckeditor的代碼。
復(fù)制代碼 代碼如下:
{
xtype : "textarea",
name : "content",
anchor : '97%',
height : 400,
id : "content",
fieldLabel : "內(nèi)容",
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();
}
}
}

您可能感興趣的文章:
- JS操作Fckeditor的一些常用方法(獲取、插入等)
- JS集成fckeditor及判斷內(nèi)容是否為空的方法
- js判斷FCKeditor內(nèi)容是否為空的兩種形式
- FCKeditorAPI 手冊 js操作獲取等
- fckeditor常用Js,獲取fckeditor內(nèi)容,統(tǒng)計fckeditor字?jǐn)?shù),向fckeditor寫入指定代碼
- Js FCKeditor的值獲取和修改的代碼小結(jié)
- javascript fckeditor編輯器取值與賦值實現(xiàn)代碼
- FCKEditor常用Js代碼,獲取FCK內(nèi)容,統(tǒng)計FCK字?jǐn)?shù),向FCK寫入指定代碼
- FCKeditor提供了一個完整的JavaScript API
- javascript 獲取FCKeditor內(nèi)容
- JSP 頁面中使用FCKeditor控件(js用法)
- jsp fckeditor 上傳中文圖片亂碼問題的解決方法
- 使用Js獲取、插入和更改FCKeditor編輯器里的內(nèi)容
相關(guān)文章
Extjs優(yōu)化(二)Form表單提交通用實現(xiàn)
本文就將演示下一個實例使用該代碼只需要13行代碼 原始需要25-30行代碼搞定,感興趣的朋友可以參考下哈,希望可以幫助到你2013-04-04ExtJS4 動態(tài)生成的grid導(dǎo)出為excel示例
解決了一個表格不能重復(fù)下載的小BUG,一個使用grid初始化發(fā)生的BUG,需要的朋友可以參考下2014-05-05學(xué)習(xí)ExtJS TextField常用方法
ExtJS TextField常用方法2009-10-10ExtJS GridPanel 根據(jù)條件改變字體顏色
ExtJS下GridPanel 根據(jù)條件改變字體顏色的實現(xiàn)代碼。2010-03-03JavaScript的Ext JS框架中的GridPanel組件使用指南
GridPanel和TreePnal功能類似,都是Ext JS中的表格便攜利器,相比之下GridPanel還要更強大并且更復(fù)雜一些,下面我們就來整理一下JavaScript的Ext JS框架中的GridPanel組件使用指南2016-05-05