Hi Daniele,
> Ho can i call the listener clicking directly to HTML content?
I hope I have understood your question. You can use the event 
registration [1] to add a handler:
<snip>
var element = document.getElementById("myElement");
qx.event.Registration.addListener(element, "click", function() {
  console.log("click");
}, this);
</snip>

Cheers,
Chris

[1] http://demo.qooxdoo.org/current/apiviewer/#qx.event.Registration

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to