close of ui.window, Methods Webix Docs

StartAPI Referenceui.windowMethods

removes a window

void close();

Example

{
    view:"button", label:"Close", width:100, align:"right",
    click:function(){
        $$('win3').close();
    }
}

Related samples

Details

Removes the window from the app with no possibility to show it back. To hide the window, use the corresponding method.

See also

  • API

  • Articles

  • Back to top

    If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of javascript open new window product.