Hello Benoît!
This should work:
widget.fireEvent(
"click",
qx.event.type.Mouse,
[{}, widget, widget, false, true]
);
Be sure that the widget is created and ready.
Kind regards
Jonathan
-
Jonathan Weiß
Framework Engineer
http://mysterycity.de/blog Blog - htt
Hello,
I'd like to fire a mouse click event on a certain qx.html.Element but I
don't know how to properly call the function fireEvent.
I attached a click event on the targeted element that calls a function to be
executed only if the button pressed is the left one.
In some case, I would bypass