如何使文本框像 Google 文档演示工作区一样可编辑?

发布于 2024-12-28 10:59:57 字数 190 浏览 0 评论 0原文

我正在开发一个新项目,该项目是制作一个类似 Google 文档演示制作器的演示制作器。我无法找到一种方法使文本框像 Google 文档演示工作区一样可选择和可编辑:

在此处输入图像描述

就像上面那个一样。 任何有关此事的帮助将不胜感激。

I am working on on a new project which is to make a presentation maker like of Google docs presentation maker. I was unable to find a way to make the text box selectable and editable like of Google docs presentation workspace:

enter image description here

Like the one above.
Any help regarding this would be greatly appreciated.

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

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

发布评论

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

评论(1

望她远 2025-01-04 10:59:57

您可以对 dom 元素使用 contentEditable 属性
这是一个使用它的现场演示(使用 jquery 构建): http://jsfiddle.net/Z9tVM/;

更新:

这是一个不使用任何框架的演示(只是普通的js): http://jsfiddle.net/Z9tVM/2 /

You could use the contentEditable attribute for dom elements.
Here's a live demo (built using jquery) that's using it : http://jsfiddle.net/Z9tVM/;

UPDATE :

Here's a demo without using any frameworks (just plain js) : http://jsfiddle.net/Z9tVM/2/

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