Detailed Description

Represents the javascript window object.

Public Member Functions

 Window ()
 Creates a new window object. More...
 

Public Attributes

Window top
 The very top window for this UI. More...
 
Window self
 Represents 'this' object. Provided for javascript compatability. More...
 
UIEvent Event
 The latest event to have occured. More...
 
Window parent
 The parent window of this one. More...
 
Element iframe
 The iframe element that this window is in. More...
 
Document document
 The document for the given window. More...
 

Constructor & Destructor Documentation

PowerUI.Window.Window ( )
inline

Creates a new window object.

Member Data Documentation

Document PowerUI.Window.document

The document for the given window.

UIEvent PowerUI.Window.Event

The latest event to have occured.

Element PowerUI.Window.iframe

The iframe element that this window is in.

Window PowerUI.Window.parent

The parent window of this one.

Window PowerUI.Window.self

Represents 'this' object. Provided for javascript compatability.

Window PowerUI.Window.top

The very top window for this UI.