Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-29 Thread Tobias Koller (GERMO GmbH)
Than it is unique ;) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von dperez Gesendet: Montag, 28. Mai 2007 12:41 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] TreeVirtual custom node data Hi Christian, I use s

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-28 Thread derrell . lipman
dperez <[EMAIL PROTECTED]> writes: > Hi Christian, > > I use successfully >myTreeModel.setState(node, {custom1: 'myvalue'}); > > Christian Boulanger (Bibliograph Development) wrote: >> >> Hello, >> >> what is the preferred way of attaching non-public custom data to the >> nodes in the data

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-28 Thread Christian Boulanger
Thank you David! Maybe this could be added to the documentation. Christian dperez schrieb: > Hi Christian, > > I use successfully >myTreeModel.setState(node, {custom1: 'myvalue'}); > > Christian Boulanger (Bibliograph Development) wrote: > >> Hello, >> >> what is the preferred way of attac

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-28 Thread dperez
Hi Christian, I use successfully myTreeModel.setState(node, {custom1: 'myvalue'}); Christian Boulanger (Bibliograph Development) wrote: > > Hello, > > what is the preferred way of attaching non-public custom data to the > nodes in the data model? For example, I want to attach node ids whic

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Rob Wilkens
Oh, I didn't realize this was TreeVirtual, I could be wrong with how you do it then, with the regular treeview I used tags to accomplish exactly what was being suggested, though. p.s. Sorry for the short reply that was duplicated, I was "mobile" at the time with a bad connection. I'm still hopin

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Rob Wilkens
i used tags. -rob On 5/27/07, Siarhei Barysiuk <[EMAIL PROTECTED]> wrote: > May be setUserData(String key, Object value) helps you. > Only assumption. > > Siarhei Barysiuk > > Christian Boulanger wrote: > > Hello, > > > > what is the preferred way of attaching non-public custom data to the > > no

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Rob Wilkens
i used tags. -rob On 5/27/07, Siarhei Barysiuk <[EMAIL PROTECTED]> wrote: > May be setUserData(String key, Object value) helps you. > Only assumption. > > Siarhei Barysiuk > > Christian Boulanger wrote: > > Hello, > > > > what is the preferred way of attaching non-public custom data to the > > no

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Siarhei Barysiuk
May be setUserData(String key, Object value) helps you. Only assumption. Siarhei Barysiuk Christian Boulanger wrote: > Hello, > > what is the preferred way of attaching non-public custom data to the > nodes in the data model? For example, I want to attach node ids which > are different from the

[qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Christian Boulanger
Hello, what is the preferred way of attaching non-public custom data to the nodes in the data model? For example, I want to attach node ids which are different from the nodeId given by the data model? Can I set custom properties to the node data through setState or there another way that one s