首页 > 网站 > 软件应用 > 正文

FCKEditor 表单提交时运行的代码

2024-09-06 19:16:34
字体:
来源:转载
供稿:网友
复制代码 代码如下:

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