X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.WindowMgr.html diff --git a/docs/output/Ext.WindowMgr.html b/docs/output/Ext.WindowMgr.html index 647c68df..5e41f2d2 100644 --- a/docs/output/Ext.WindowMgr.html +++ b/docs/output/Ext.WindowMgr.html @@ -1,23 +1,39 @@ -
WindowGroup WindowMgr
Package: | Ext |
Defined In: | WindowManager.js |
Class: | WindowMgr |
Extends: | WindowGroup |
Property | Defined By | |
---|---|---|
zseed : Number The z-index value The starting z-index for windows (defaults to 9000) | WindowGroup |
Method | Defined By | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bringToFront( String/Object win )
+WindowGroup WindowMgr Class Ext.WindowMgr
The default global window group that is available automatically. To have more than one group of windows
+with separate z-order stacks, create additional instances of Ext.WindowGroup as needed. This class is a singleton and cannot be created directly. Public Properties
Public Methods
Public EventsThis class has no public events. Registers a Window with this WindowManager. This should not
+need to be called under normal circumstances. Windows are... Registers a Window with this WindowManager. This should not +need to be called under normal circumstances. Windows are automatically registered +with a manager at construction time. +Where this may be useful is moving Windows between two WindowManagers. For example, +to bring the Ext.MessageBox dialog under the same manager as the Desktop's +WindowManager in the desktop sample app:
Parameters:
| WindowGroup | ||||||||||||||||||||||||||||||||||||||||||||||||
sendToBack( String/Object win )
+ :
+ Ext.WindowSends the specified window to the back of other active windows in this WindowGroup. Sends the specified window to the back of other active windows in this WindowGroup. Parameters:
| WindowGroup | ||||||||||||||||||||||||||||||||||||||||||||||||
unregister( Window win )
+ :
+ voidUnregisters a Window from this WindowManager. This should not
+need to be called. Windows are automatically unregister... | WindowGroup |