通过 qooxdoo 获取 mouseclick 下面的 html

发布于 2024-09-28 22:55:42 字数 173 浏览 3 评论 0原文

是否有可能通过 qooxdoo 或纯 JS 获取鼠标点击下方的点击链接(-tag)?

在这里您可以看到问题:在 html 渲染的表格中,链接不起作用。 http://tinyurl.com/374gzwl

Is threre a possibility to get the clicked link ( -tag) below the mouseclick via qooxdoo or plain JS?

Here you can see the problem: within a html-rendered table the link does not work.
http://tinyurl.com/374gzwl

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

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

发布评论

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

评论(1

塔塔猫 2024-10-05 22:55:42

当您使用 qooxdoo 事件系统进行事件处理时,您可以使用传递事件(“qx.event.type.Mouse”)中的“getTarget”方法。

但是,当您添加本机事件处理程序时,您可以使用“qx.bom.Event”中的静态方法“getTarget”。

请查看 API Viewer [1] 了解详细信息。

[1] http://demo.qooxdoo.org/current/apiviewer/

When you have used the qooxdoo event system for event handling than you can use the "getTarget" method form the passed event ("qx.event.type.Mouse").

But when you are added a native event handler than you can use the static method "getTarget" from "qx.bom.Event".

Please have a look at the API Viewer [1] for the details.

[1] http://demo.qooxdoo.org/current/apiviewer/

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