:: Forum >> Version 2 >>

Indexes items tree in cycle

Hi,
I add items in the tree programatically. When I click on an item in the tree, I can get the index of the item.
How can I get index of the item programatically used this code?
for(var x=1x<=tree[0].lengthx++)
{  
for(var 
y=1y<=tree[x].lengthy++)
 { 
alert(....);  
 } 
}  
Or how can I get indexes of the items tree in cycle programatically?

Thanks.
Igor K.
Monday, September 3, 2007



This topic is archived.

Back to support forum

Forum search