enable of ui.timeboard, Methods Webix Docs
enables the calling view that was disabled by the 'disable' method
void enable();
Example
$$('mylist').disable();
...
$$('mylist').enable();
Related samples
See also
API
Articles
enable of ui.timeboard, Methods Webix Docs
enables the calling view that was disabled by the 'disable' method
void enable();
$$('mylist').disable();
...
$$('mylist').enable();
See also
API
Articles