首页 > 编程 > JavaScript > 正文

含有CKEditor的表单如何提交

2019-11-20 21:17:02
字体:
来源:转载
供稿:网友
在提交事件中加入这一句
复制代码 代码如下:

for ( instance in CKEDITOR.instances )
CKEDITOR.instances[instance].updateElement();
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表