How can I find a list of all named events for actionListeners. I can do this:

QxListItem listItem = new QxListItem(..,...,...);
listItem.addEventListener("click",function(e)
{
   // do stuff when clicked.
});

how do I find out what other events I can listen for i.e.

doubleClick
mouseDragged
etc ?

--
Jason J. Kahler





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to