Tutorial: window.blur

window.blur

Removes focus from the window.

Example

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

finWindow.blur();