I have a code which was working with qx.ui.treevirtual.TreeVirtual, but i
just discover that this one is the old class and i should use
qx.ui.tree.VirtualTree to be up to date, so i'm trying.
This old code is able to display a context menu while there is no node
inside my tree, using a mixin :
qx.Class.include(qx.ui.table.Table, qx.ui.table.MTableContextMenu);
[...]
myTree.setContextMenuHandler(0,this.__myContextMenu,this);
myTree.setcontextMenuFromDataCellsOnly(false);
Any tips/suggestion to do the same but using qx.ui.tree.VirtualTree ?
I'm browsing the doc without success since 2 hours :(
Thanks for your help
Franck
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel