A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/tree_collection/api/treecollection_load_method/ below:

JavaScript TreeCollection - load Method

toolbar.data.load("[path to this file]/file.xml", "xml");

info

Please note that if you specify the id fields in the loaded tree collection, their values should be unique. You can also omit the id fields in the tree collection. In this case they will be generated automatically.

The component will make an AJAX call and expect the remote URL to provide valid JSON data.

Data loading is asynchronous, so you need to wrap any after-loading code into a promise:

toolbar.data.load(url).then(function(){

});

or

toolbar.data.load(url);
toolbar.data.loadData.then(function(){

});



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4