如何单击文本区域元素中的行

发布于 2024-10-31 20:06:44 字数 74 浏览 0 评论 0原文

我有这个 textarea 元素,我希望框中的每一行都可单击并响应 javascript 事件,这可能吗还是我正在寻找不同类型的元素?

I have this textarea element, and i want each line in the box to be clickable and respond to javascript events, is that possible or am i looking for a different type of element?

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

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

发布评论

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

评论(2

茶花眉 2024-11-07 20:06:44

那是不可能的。为了让您产生这种行为,您需要设计自己的“文本框”。例如,Google Docs 就做到了这一点,其中整个“textarea”是一组复杂且功能强大的 div 等。

That is not possible. In order for you do produce such behavior, you would need to design your own "textbox". Google Docs has done this for example, where the entire "textarea" is a complex and highly functional set of divs etc.

独留℉清风醉 2024-11-07 20:06:44

可以使用数据表来完成多分区可选布局的强度较低的版本。请参阅教程此处

他们还提供有关就地编辑以及选择和编辑的教程删除。如果您尚未使用网格来呈现数据,那么它是一个很棒的 UI 工具。

A much less intensive version of the multi-div selectable layout could be accomplished with Data Tables. See the tutorial here

They also offer tutorials on edit-in-place as well as select and delete. If you're not already using a grid to present data, it's a great tool for UI.

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