首页 > 运营 > 软件工具 > 正文

FCKEditor 表单提交时运行的代码

2020-10-06 22:57:49
字体:
来源:转载
供稿:网友
复制代码 代码如下:

for( var name in FCKeditorAPI.Instances){
var oEditor=FCKeditorAPI.Instances[name];
if( oEditor.GetParentForm && oEditor.GetParentForm()==this )
oEditor.UpdateLinkedField();
}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表