|
Page Updated: April 24, 2003
Latest Version: 0.1.359 |
|
Debug |
Install | File
I/O |
RDF |
Network |
Sound | Utils |
XUL | Zip
|
|
|
Home | Mailing List |
Install |
Source Code |
Downloads | Bugs
| docs
| clients |
CommonWindow
Files:commonWindow.js Include name:
jslib_window Status:
In Flux
Description:
This is a class to make it easier to produce simple windows, splash screens,
web top windows.
Function List
CommonWindow(aURL, aWidth, aHeight)Constructor.openFullScreen()
aURL A document url: eg: chrome://myapp/content/ aWidth width of the window to be created, this parameter is optional aHeight height of the window to be created, this parameter is optional
A Full Screen Open MethodopenWebTop()
An Entire Screen Open MethodopenSplash()
A Splash Screen Open Methodopen()
A normal Open MethodopenDialog()
A normal dialog Open Method