displays a progress bar/icon
config | object | configuration of a progress bar/icon |
$$("data").showProgress({
type:"bottom",
delay:delay,
hide:true
});
Possible type values are:
Icon types are taken from the default list of icons, included in Webix. For the Material and Mini skins, these are Material design icons, for the rest the icons are taken from Font Awesome. For more details about icons in Webix, read the Icons with UI Widgets article.
If configuration is not passed, the default one will be used, namely:
{
position:0,
delay: 2000,
type:"icon",
icon:"wxi-sync",
hide:false
}
If the above mentioned values are not redefined by a custom configuration, they will be applied.