Re: [qooxdoo-devel] treevirtual customdata howto

2007-07-12 Thread mg2
Thanks alot ! This works fine. Maybe a help for other users, this code is needed to get access to the "nodeGet" Method: qx.Class.include(qx.ui.treevirtual.TreeVirtual, qx.ui.treevirtual.MNode); -- View this message in context: http://www.nabble.com/treevirtual-customdata-howto-tf4065630.html#a

Re: [qooxdoo-devel] treevirtual customdata howto

2007-07-12 Thread Christian Boulanger
mg2 schrieb: > Hi, > > I need to add some custom data to a branch in a treevirtual, using for > example setUserData("id", 1); > > To which object can this Method be applied ? I'm completely got stuck .. > please help. > When creating a branch it only returns the id of the brach in the datamodel, >

[qooxdoo-devel] treevirtual customdata howto

2007-07-12 Thread mg2
Hi, I need to add some custom data to a branch in a treevirtual, using for example setUserData("id", 1); To which object can this Method be applied ? I'm completely got stuck .. please help. When creating a branch it only returns the id of the brach in the datamodel, which is an Integer. Regard