Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sashi on Jun 01, 2007 15:28
open dhtmlx forum
dhtmlxTree

I want to get access to each and every element in the tree hierarchy..so that I can update them.
How do I do that?
Answer posted on Jun 01, 2007 19:47
There is no specific itterator, but you can use next

    var ids=tree.getAllSubItems(0).split(",")
    for (var i=0; i<ids.length; ids++){
       //any action for item with id == ids[i]
}

Answer posted by Stanislav (Support) on Dec 04, 2014 23:09

To find more precise comments upon this issue, we can offer you read about javascript popup date picker and ajax web interface.