modal

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
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    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.