Hello.I would like to ask you if it is possible to create the following example using the free edition.
I Have a simple tree and i would like, after pressing the + icon,the data to be dynamically loaded from an asp file.It will return the correct xml.
Does only setXMLAutoLoading can do the work?
Thanks.
Hello,
yes, standard edition supports dynamic loading - setXMLAutoLoading method. The PHP sample can be found in the package: dhtmlxTree/samples/12_loading_processing_data/13_tree_dyn_loading.html
Documentation is docs.dhtmlx.com/doku.php?id=dhtm … erformance
Hello and thanks for the reply.