Fwd: [flexcoders] Tree View Issue

2009-03-25 Thread p...@vin Uttarwar
Hi, Just add these lines inside showtree function. for (i = 0; i tree.dataProvider.length; i ++){ tree.expandChildrenOf(tree.dataProvider[i], true) } Hope this helps... Regards, Pravin Uttarwar -- Forwarded message --

Re: Fwd: [flexcoders] Tree View Issue

2009-03-25 Thread lehaianh1986
Yeah, the code is great. Thank Pravin very much. --- In flexcoders@yahoogroups.com, p...@... Uttarwar pravinuttar...@... wrote: Hi, Just add these lines inside showtree function. for (i = 0; i tree.dataProvider.length; i ++){