Categories | Question details Back To List | ||
open nodes dynamicaly Is there any way to open limited number of levels of tree dynamicaly? I mean tree with dynamical loading... Starting from specified node... Answer posted by scriptag on Jun 12, 2008 08:37 I extended tree object with the following method, which does the job. Try it... dhtmlXTreeObject.prototype.openLevelsDynamic = function(itemId,depth){ |