Martin Heinzl schrieb:
> Hi all
> 
> I have a problem with the QxTree in  qooxdoo
> 
> 
> In the shipped example   "test/tree_2.html" you defined the following 
> EventListener
> on the tree level !
> 
>       t.getManager().addEventListener("changeSelection", function(e) {
>         tCurrentInput.setValue(e.getData().getFirst()._labelObject.getHtml());
>       });
> 
> I want to achieve the same thing on QxTreeFile and QxTreeFolder level but it 
> does not work.
> 
> How can I achieve this ?  Which event name does the job ?   When I use 
> "click" then it works for
> mouse clicks only.

The event only exist on the manager instance of QxTree. QxTreeFile and 
QxTreeFolder doesn't have a manager. You can simply use the manager of 
your QxTree instance instead like in the sample code you submitted.

Sebastian

> 
> Any idea ??
> 
> Thanks a lot
> Martin
> 
> 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to