RE: [flexcoders] Tree displays xml node value, can I avoid that? how?

2007-11-11 Thread Tracy Spratt
s.com Subject: RE: [flexcoders] Tree displays xml node value, can I avoid that? how? I just noticed that there is a second example in that doc that manipulates xml nodes. It is probably what you (amd I) want to look at. Tracy From: flexcoders@yahoogroup

RE: [flexcoders] Tree displays xml node value, can I avoid that? how?

2007-11-11 Thread Tracy Spratt
6:12 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Tree displays xml node value, can I avoid that? how? You have easy control over the way each node is displayed, via labelFunction or itemRenderer, but by default, the Tree will display a node for each node in the dataProvider

RE: [flexcoders] Tree displays xml node value, can I avoid that? how?

2007-11-11 Thread Tracy Spratt
You have easy control over the way each node is displayed, via labelFunction or itemRenderer, but by default, the Tree will display a node for each node in the dataProvider. You have two options. The first is to preprocess the xml into the node format that you want to see. The other is to use