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
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
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
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
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
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
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
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
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