mswin.js
Creates Windows-like window.
Objects
Creates a window. Its main div is accessible as menu.div
, it's content as menu.content
.
Argument paramsObj has the following properties:
- min - should the 'minimize' button be present?
- max - should the 'maximize' button be present?
- close - should the 'close' button be present?
- move - should the window be movable?
- resize - should the window be resizable?
- x - left coordinate
- y - top coordinate
- w - width
- h - height
- title - window's title