富文本编辑 - designMode 与 contentEditable

发布于 2024-09-15 02:25:25 字数 102 浏览 8 评论 0原文

创建跨浏览器富文本编辑器时。您会使用哪一个?为什么?

请记住,粘贴必须具有弹性,能够抵抗多种来源(记事本、Word、其他网站),并且不应依赖于任何 Javascript 库。

When creating a cross-browser rich text editor. Which would you use and why?

Keep in mind that pasting has to be resilient to stand against multiple sources (notepad, word, other websites) and it should not be dependent on any Javascript libraries.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

埖埖迣鎅 2024-09-22 02:25:25

您可能想要内容可编辑。 designMode 适用于文档,contentEditable 适用于特定元素及其子元素。

http://blog.whatwg.org/the-road-to-html -5-内容可编辑

You probably want contentEditable. designMode applies to the document, contentEditable to a specific element and its children.

http://blog.whatwg.org/the-road-to-html-5-contenteditable

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文