站长资源网络编程

FCKEditor 表单提交时运行的代码

整理:jimmy2024/10/26浏览2
简介复制代码 代码如下:for( var name in FCKeditorAPI.Instances){ var oEditor=FCKeditorAPI.Instances[name]; if( oEditor.GetParentForm && oEditor.GetParentForm()==th
复制代码 代码如下:
for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}