extjs fckeditor 統合 code_extjs

WBOY
WBOYオリジナル
2016-05-16 18:53:16811ブラウズ
复制代码代码如下:

{
xtype : "textarea",
name : "content",
anchor : '97%',
height : 400,
id : "content",
fieldLabel : "コンテンツ",
listeners : {
"render " : function(f) {
fckEditor = new FCKeditor("コンテンツ");
fckEditor.Height = 400;
fckEditor.Width = 530;
fckEditor.BasePath = "/test/fckeditor/";
fckEditor.Config['CustomConfigurationsPath'] = "/fckeditor/fckconfig.js"
fckEditor.ReplaceTextarea();
}
}
}

extjs fckeditor 統合 code_extjs
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。