close

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
    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 javascript open new window product.