fires when an error occurs during data loading ( invalid server side response )
text | string | the server side response as plain text |
xml | object | an xml object ( may be null if XML data was corrupted ) |
xhr | object | an xhr object |
dtable.attachEvent("onLoadError", function(text,xml,xhr){
webix.message("Loading error");
));
The event occurs after XML loading is complete.