开发者

Get html below mouseclick via qooxdoo

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜