论坛首页 Web前端技术论坛

extjs 集成 fckeditor

浏览 3648 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2009-01-08  

效果如下图所示:

代码

{
                        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();
                            }
                        }
                    }

  • 大小: 139.2 KB
   发表时间:2009-01-08  
个人认为注册为xtype的fckeditor组件更加优美
0 请登录后投票
   发表时间:2009-01-08  
你说官网的那个扩展吧。我没用!
0 请登录后投票
   发表时间:2009-05-06  
采用这个方法如何获得值呢?
0 请登录后投票
   发表时间:2009-05-13  
fileContent : editor.GetHTML(true)
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics