Creates a desktop. Enables window maximize.
Copyright © 2007-2008 Greg Houston, http://greghoustondesign.com/.
MIT-style license.
Core.js, Window.js
| sidebarLimitX | Sidebar minimum and maximum widths when resizing. |
| Desktop.js | Creates a desktop. |
| Functions | |
| maximizeWindow | Maximize a window. |
| restoreWindow | Restore a maximized window. |
| sidebarToggle | Toggles the display of the sidebar. |
| sidebarMinimizeToggle | Minimize and restore the sidebar. |
Maximize a window.
maximizeWindow: function( windowEl )
Restore a maximized window.
restoreWindow: function( windowEl )
Toggles the display of the sidebar.
sidebarToggle: function()
Minimize and restore the sidebar.
sidebarMinimizeToggle: function()