Posted in Javascript onMay 10, 2009
{ 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集成代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@