在网页上的可编辑文本文档

时间:2014-10-14 20:08:25

标签: html5

如何在网页中嵌入可编辑的文本文档?就像我希望文档本身在我的网页上一样,以便打开它的人可以写点东西然后保存它。

1 个答案:

答案 0 :(得分:0)

您可以使用ckeditor的Inline editing功能。或html5的content editable功能

<section contenteditable="true">
    // Markup here
</section>