FCKEditor 表单提交时运行的代码
时间:2021-06-14 09:43:24|栏目:|点击: 次
复制代码 代码如下:
for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}
上一篇:使用Docker registry镜像创建私有仓库的方法
栏 目:
下一篇:docker 容器上编译 go 程序提示找不到文件问题
本文标题:FCKEditor 表单提交时运行的代码
本文地址:http://www.codeinn.net/misctech/141482.html






