On Thu, 24 Mar 2005 13:07:48 -0800 (PST), Valy Sivec
<[EMAIL PROTECTED]> wrote:

> Now I see the label node but I want to add/set the leafs for each node to be
> the remaining properties of the value object.... 

You might have to massage the object into a format that would work.

Original:

  object {
    node: "foo"
    leaf1: "bar"
    leaf2: "wah"
  }

Modified:

 object {
   node: "foo"
   object {
      node: "bar"
   }
   object {
     node: "wah"
   }
 }

I'm not very sure of this and can't experiment right away.

Manish


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to