Michael Wilson schrieb:
Does anyone have an example of how to get a QxTreeFile node to do
something (this.debug("foo")) when double-clicked.  I can't seem to get
to find the event handler for this.  I'd also like to capture if the
user hits the Enter key also at a node.  Possible?  I must really be
missing something big here cause I can't find it.  Sorry for the noobie
question.

The event name is simply "doubleclick" - like in normal javascript. You can handle key-events using one of the typical key events (keydown, keyup, keypress) and then detect the pressed key.

Sebastian





-------------------------------------------------------
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=k&kid3432&bid#0486&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
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