首页 > 开发 > 综合 > 正文

网页编辑器FCKEditor 表单提交时运行的代码

2024-07-21 02:53:29
字体:
来源:转载
供稿:网友
我们在使用fckeditor进行提交的时候,会运行的代码,方便我们增加功能等。
 
复制代码代码如下:

for( var name in FCKeditorAPI.Instances){ 
var oEditor=FCKeditorAPI.Instances[name]; 
if( oEditor.GetParentForm && oEditor.GetParentForm()==this ) 
oEditor.UpdateLinkedField(); 
 


注:相关教程知识阅读请移步到编辑器频道。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表