【发布时间】:2016-03-06 07:44:59
【问题描述】:
在将(通过 ajax)editor.value() 富 html 文本发布到服务器时,我注意到 Kendo ui editot 存在问题。
当使用 html 设计发布几行时 -> 在服务器中我只得到第一行,直到第一个 ' '。
$("#emailTxtEditor").kendoEditor({
//encoded: false,
resizable: true
});
例如,我采用This Sample,在设计了一些文本后,帖子缺少很多 html 内容...
ps,服务器中没有模型,因为我不保存此内容。 如何解决这个问题?
【问题讨论】:
标签: kendo-ui kendo-editor