IT码农库

您当前所在位置:首页 > 网络编程 > 网页编辑器

网页编辑器

FCKEditor 表单提交时运行的代码

互联网 2009-06-18网页编辑器8378
我们在使用fckeditor进行提交的时候,会运行的代码,方便我们增加功能等。
复制代码 代码如下:

for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}
大图广告(830*140)