Although Windows.JS is operates entirely on the client, these demos require to be uploaded on a local or test server with PHP, otherwise they will not work.
The content of this window is loaded from internal resource via template.
windowjs.pageload({
[...]
content: "template@window-04-template"
[...]
});
You may use the minimizezoneid property of Window.JS to define a zone where a window or a group of windos will be minimized. Check this page for demo and explanation.
Window.JS features rich client API that allows programmatic manipulation of the created windows such as closing, setting new content, settings new title and status bar text and more. Click here for API demo and explanation.