Firefox and Thunderbird Garage
< Day Day Up > |
The Firefox window Object
The Firefox window object is used to create all windows in Firefox. They can be manipulated as a whole (such as applying a theme) or individually (adding a menu item or button to one window), as the developer desires. Take a look at Firefox's main window. It has a title bar, a menu bar, toolbars, scrollbars, status bars, and other features. When a window is created, its feature can be specified. Features are classified into three broad categories:
A good reference on the windows object is at http://www.mozilla.org/docs/dom/domref/dom_window_ref.html. |
< Day Day Up > |