使用kindeditor时,取不到值
Posted M闯.Blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用kindeditor时,取不到值相关的知识,希望对你有一定的参考价值。
KindEditor.ready(function (K) { var editor1 = K.create(‘#txtContent‘, { cssPath: ‘/kindeditor/plugins/code/prettify.css‘, uploadJson: ‘/kindeditor/asp.net/upload_json.ashx‘, fileManagerJson: ‘/kindeditor/asp.net/file_manager_json.ashx‘, allowPreviewEmoticons: false, filterMode: true, allowImageUpload: true, afterBlur: function () { this.sync(); K.ctrl(document, 13, function () { K(‘form[name=myform]‘)[0].submit(); }); K.ctrl(this.edit.doc, 13, function () { K(‘form[name=myform]‘)[0].submit(); }); }, items: [ ‘source‘, ‘|‘, ‘fontname‘, ‘fontsize‘, ‘|‘, ‘forecolor‘, ‘hilitecolor‘, ‘bold‘, ‘italic‘, ‘underline‘, ‘removeformat‘, ‘|‘, ‘justifyleft‘, ‘justifycenter‘, ‘justifyright‘, ‘insertorderedlist‘, ‘insertunorderedlist‘, ‘|‘, ‘emoticons‘, ‘image‘, ‘multiimage‘, ‘media‘, ‘about‘] }); prettyPrint(); });
afterBlur: function () { this.sync(); K.ctrl(document, 13, function () { K(‘form[name=myform]‘)[0].submit(); }); K.ctrl(this.edit.doc, 13, function () { K(‘form[name=myform]‘)[0].submit(); }); },
http://zzs223224.blog.163.com/blog/static/1789655220142231154912/
以上是关于使用kindeditor时,取不到值的主要内容,如果未能解决你的问题,请参考以下文章
KindEditor使用过程中,用JQ提交表单时,获取不到编辑器的内容
请教一下关于kindeditor与ASP后台整合,如何取到值提交数据库保存,帮忙改一下新手一个。全部分给你。