FCKEditor 表单提交时运行的代码

 更新时间:2009年06月18日 21:53:59   作者:  
我们在使用fckeditor进行提交的时候,会运行的代码,方便我们增加功能等。
复制代码 代码如下:

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

相关文章

最新评论