kindeditor 提交无数据

kindeditor添加后显示正常保存不上,提交后查看POST  无数据。。。

解决办法:

添加以下一行代码

afterBlur: function(){this.sync();}

如红色部分:

K.create('#body', {

uploadJson : 'http://www.fiaw.net/kindeditor/asp/upload_json.asp',

fileManagerJson : 'http://www.fiaw.net/kindeditor/asp/file_manager_json.asp',

allowFileManager : true,

afterBlur: function(){this.sync();}

});

 


你可能感兴趣的:(kindeditor 提交无数据)