站长资源网络编程

含有CKEditor的表单如何提交

整理:jimmy2026/8/6浏览2
简介在提交事件中加入这一句 复制代码 代码如下: for ( instance in CKEDITOR.instances ) CKEDITOR.instances[instance].updateElement();
在提交事件中加入这一句
复制代码 代码如下:
for ( instance in CKEDITOR.instances )
CKEDITOR.instances[instance].updateElement();