X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.WindowMgr.html?ds=sidebyside diff --git a/docs/output/Ext.WindowMgr.html b/docs/output/Ext.WindowMgr.html index c6601254..2fecceff 100644 --- a/docs/output/Ext.WindowMgr.html +++ b/docs/output/Ext.WindowMgr.html @@ -1,23 +1,40 @@ -
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 )
- :
- BooleanBrings the specified window to the front of any other active windows. Brings the specified window to the front of any other active windows. Parameters:
| WindowGroup | |||||||||||||||||||||||||||||||||||||||
each( Function fn , [Object scope ] )
- :
- voidExecutes the specified function once for every window in the group, passing each
-window as the only parameter. Return... Executes the specified function once for every window in the group, passing each
-window as the only parameter. Returning false from the function will stop the iteration. Parameters:
| WindowGroup | |||||||||||||||||||||||||||||||||||||||
get( String/Object id )
- :
- Ext.WindowGets a registered window by id. Gets a registered window by id. Parameters:
| WindowGroup | |||||||||||||||||||||||||||||||||||||||
getActive()
- :
- Ext.Window Gets the currently-active window in the group. Gets the currently-active window in the group. Parameters:
| WindowGroup | |||||||||||||||||||||||||||||||||||||||
getBy( Function fn , [Object scope ] )
- :
- ArrayReturns zero or more windows in the group using the custom search function passed to this method.
-The function should... Returns zero or more windows in the group using the custom search function passed to this method.
+ 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. Parameters:
| WindowGroup | |||||||||||||||||||||||||||||||||||||||
hideAll()
+ :
+ void Hides all windows in this WindowGroup. Hides all windows in this WindowGroup. Parameters:
| WindowGroup | |||||||||||||||||||||||||||||||||||||||
register( Window win )
+ :
+ voidRegisters 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 |