Tutorial: window.hide

window.hide

Hides the window.

Example

var finWindow = fin.desktop.Window.getCurrent();

finWindow.hide();