Hi Dave,
you can determine the node using the tree's focused row:
tree.addListener("drop", function(e) {
var tree = e.getTarget();
var node = tree.getDataModel().getNodeFromRow(tree.getFocusedRow());
});
Regards,
Daniel
dmbaggett schrieb:
> Is there any way in 0.8 to know which node of a treevirtual was the target of
> a drag & drop action?
>
> Dave
>
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel