modal of ui.window, Properties Webix Docs
switches window modality
boolean modal;
Example
webix.ui({
view:"window",
modal:true,
...//config
});
Details
By default, Webix window is not modal and its appearance on the page doesn't prevent from working with the main application.
If modality is set to true, users ought to perform actions required by this window before going to the main app.
See also
Articles
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of js window product.