Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 24, 2008 13:58
open dhtmlx forum
Tree: Depth of node?

Hi,
is there a way to get the depth of a node? tree.getNodeDepth(id), node.getDepth(), ...?
Answer posted by Support on Jan 25, 2008 02:42
Next method return the depth of node
    tree.getLevel(id);