Dear all,
i have a serious question regarding the possibility to run the library offline.
I am creating a web app that can run both online and offline.
In case of offline, i will be looking for the data from local xml files.
To run offline, the user will download a folder with all the js files and then open the index file stored locally on the C Drive.
Then the dhtmlx library will open the local data xml files located next to the index file in order to populate its controls.
However, i did a try with the treeview for instance using:
dhxTreeMenu.loadXML(“XML/MainMenu.xml”);
where MainMenu.xml is a static tree xml file located locally on the C drive in folder XML next to index.html, i get the following message:
Error Type: Data Structure
XML Refers to non existing parent
The funny thing is that when i run it on the web server, it works all fine
Any clue why? This is really important to me to consider how to use dhtmlx offline…
Thanks in advance
Karvesh