含有CKEditor的表单如何提交_javascript技巧
来源:动视网
责编:小采
时间:2020-11-27 21:18:31
含有CKEditor的表单如何提交_javascript技巧
含有CKEditor的表单如何提交_javascript技巧:在提交事件中加入这一句 代码如下: for ( instance in CKEDITOR.instances ) CKEDITOR.instances[instance].updateElement();
导读含有CKEditor的表单如何提交_javascript技巧:在提交事件中加入这一句 代码如下: for ( instance in CKEDITOR.instances ) CKEDITOR.instances[instance].updateElement();

在提交事件中加入这一句
代码如下:
for ( instance in CKEDITOR.instances )
CKEDITOR.instances[instance].updateElement();
含有CKEditor的表单如何提交_javascript技巧
含有CKEditor的表单如何提交_javascript技巧:在提交事件中加入这一句 代码如下: for ( instance in CKEDITOR.instances ) CKEDITOR.instances[instance].updateElement();