如何单击文本区域元素中的行
我有这个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那是不可能的。为了让您产生这种行为,您需要设计自己的“文本框”。例如,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.
可以使用数据表来完成多分区可选布局的强度较低的版本。请参阅教程此处
他们还提供有关就地编辑以及选择和编辑的教程删除。如果您尚未使用网格来呈现数据,那么它是一个很棒的 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.