Documentation

close

removes a window

void close();

See also

Example

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

Details

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

Back to top