qiuyan0528 发表于 2013-12-27 16:17:40

formvalid提交ckeditor内容获取不到问题解决方案

t:formvalid标签添加beforeSubmit事件,如beforeSubmit="contentSyn();"

        function contentSyn(){
                if(typeof(CKEDITOR)!='undefined'){
                        for ( instance in CKEDITOR.instances ){
                                CKEDITOR.instances.updateElement();
                        }
                }
        }
页: [1]
查看完整版本: formvalid提交ckeditor内容获取不到问题解决方案