Check documentation for the latest version of dhtmlxSuite onLoadXMLError DHTMLX Docs

onLoadXMLError

fires if an error occurs during XML parsing

void onLoadXMLError(object request);
requestobjectXML HTTP request object

Example

dhx.attachEvent("onLoadXMLError", function(request object){
    // your code here
});

Change log

added in 4.1

Back to top