shows overlay box over the component
message | string | the text or the html string that will be shown as the overlay message |
webix.ui({
view:"datatable",
on:{
onXLS:function(){
this.showOverlay("Loading...");
}
}
});