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