onLoadError of ui.google-map, Events Webix Docs

StartAPI Referenceui.google-mapEvents

fires when an error occurs during data loading (invalid server side response)

void onLoadError(object xhr);

xhr

objectan xhr object

Example

dtable.attachEvent("onLoadError", function(xhr){
    webix.message("Loading error");
));

Details

The event occurs after XML loading is complete.

See also

  • Articles

  • Back to top

    Join Our Forum

    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.

    Go to Forum

    If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of google maps javascript product.