removes a window
{
view:"button", label:"Close", width:100, align:"right",
click:function(){
$$('win3').close();
}
}
Removes the window from the app with no possibility to show it back. To hide the window, use the corresponding method.