FCKEditor 表单提交 FCKEditor 表单提交时运行的代码
人气:0想了解FCKEditor 表单提交时运行的代码的相关内容吗,在本文为您仔细讲解FCKEditor 表单提交的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:FCKEditor,表单提交,下面大家一起来学习吧。
复制代码 代码如下:
for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}
加载全部内容