Class wtModalWindow
Object
|
+--wtObject
|
+--wtWidget
|
+--wtShadowWidget
|
+--wtWindow
|
+--wtModalWindow
- class
wtModalWindow
- extends wtWindow
A wtModalwindow is similar to wtWindow, except that it is created modal by default. This means
it cannot be defocused by a wtWindowManager when the user clicks on the other windows in the background.
Defined in wt_widget.js
See:
Constructor Summary |
wtModalWindow(parentWidget, <Number> width, <Number> height)
Constructs a modal window.
|
Method Summary |
Object
|
base(<wtWidget|wtWindowManager|DOM_Node> _parent, <String> _width, <String> _height)
Constructs a window-like container with a fixed width and fixed height.
|
Methods inherited from class wtWindow |
setTitle, setDraggable, addWidget, setSize, setEnabled, isEnabled, setLevel, setModal, clearAll, center, ucenter, removeSelf, enableCloseIcon
|
Methods inherited from class wtWidget |
setStaticPosition, setRelativePosition, setAbsolutePosition, getAbsolutePosition, getScreenPosition, setPosition, setVisible, setDisplay, setAlpha, setDragArea, unsetDragArea, setSelectable, isInside, linkSignal, isAncestorOf, getStyle, setStyle
|
Methods inherited from class wtObject |
startProxy, endProxy, toString, connect, disconnect, emit, setSlot, removeSlot, setSignal, removeSignal, get, set, addDependency, clearLapsedListeners
|
wtModalWindow
wtModalWindow(parentWidget, <Number> width, <Number> height)
Constructs a modal window.
Parameters:
width
- The fixed width in pixels
height
- The fixed height in pixels
The
- parent container for the window.
base
Object base(<wtWidget|wtWindowManager|DOM_Node> _parent, <String> _width, <String> _height)
Constructs a window-like container with a fixed width and fixed height.
Parameters:
_parent
- The parent container for the window. This can be another wtWidget, a wtWindowManager, or a DOM Node like document.body.
_width
- The widget's width as a CSS length quantity.
_height
- The widget's height as a CSS height quantity.
Documentation generated by
JSDoc on Sun May 13 11:26:24 2007