Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jul 09, 2007 21:05
open dhtmlx forum
How to LoadXML depending on the User choice of selecting the XML File

How to LoadXML depending on the User choice of selecting the XML File . Can aanybody let me know if that is possible .
Answer posted on Jul 10, 2007 12:15
Please provide more info, for which component and in which usecase you need such functionality.

Both dhtmlxTree and dhtmlxTreeGrid component allow to create schemes with dynamical loading, where XML fetched dynamically from server based on user actions. By defalt component fetched the same url with adding parameters to indentify which XML requested ( the server side files is not necessary real XML files, you can use any kind of server side scripting which will generate XML output and use such server side script as target of loadXML ). In case of dhtmlxTree it possible to select different loading patterns by
    tree.setXMLAutoLoadingBehaviour(...
Answer posted by Embre (Support) on Dec 01, 2014 09:30

Not much can be said in addition to the reply above, but you also can check visual studio autocomplete and ajax form and find out what we have probably missed in our explanation.