开发者

Get html below mouseclick via qooxdoo

开发者 https://www.devze.com 2023-01-22 05:22 出处:网络
Is threre a possibility to get the clicked link ( -tag) below the mouseclick via qooxdoo or plain JS?

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


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消