当前位置:主页 > >

FCKEditor 表单提交时运行的代码

时间:2021-06-14 09:43:24 | 栏目: | 点击:

复制代码 代码如下:

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

您可能感兴趣的文章:

相关文章