FCKEditor 表单提交时运行的代码
(编辑:jimmy 日期: 2024/11/6 浏览:3 次 )
复制代码 代码如下:
for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}
for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}
下一篇:nicedit 轻量级编辑器 使用心得