FCKEditor 表单提交时运行的代码

网络编程 发布日期:2024/10/7 浏览次数:1

正在浏览:FCKEditor 表单提交时运行的代码
复制代码 代码如下:
for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}