Tutorial: window.restore

window.restore

Converts a html element into a draggable area. Usefull for frameless windows.

Example

var mainWindow = fin.desktop.Window.getCurrent();
    
mainWindow.restore();