您现在的位置是:网站首页> 编程资料编程资料

FCKEditor 表单提交时运行的代码_网页编辑器_

2023-05-25 248人已围观

简介 FCKEditor 表单提交时运行的代码_网页编辑器_

复制代码 代码如下:

for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}

-六神源码网