Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by aaa on May 01, 2007 08:05
open dhtmlx forum
discussion

I want to use dynamic loading, in your dhtmlxTree it is possible to load every tree level dynamically on request.
give me some example.

Answer posted on May 05, 2007 10:28
Pro version of dhtmlxTree has native support of such feature

tree.openAllItemsDynamic(topId);

this function load all tree levels dynamically starting from defined top item.
In case of standard edition it can be achieved as well, but will require custom code which will collect all childitems, load XML for each and repeat itself.
Answer posted by sematik (Support) on Nov 28, 2014 10:59

Not much can be said in addition to the reply above, but you also can check file upload php progress bar and gantt ajax and find out what we have probably missed in our explanation.