onLoadError of ui.form, Events Webix Docs

StartAPI Referenceui.formEvents

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

    If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of form control product.