X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.WindowGroup.html diff --git a/docs/output/Ext.WindowGroup.html b/docs/output/Ext.WindowGroup.html index 63a22f66..49a18da0 100644 --- a/docs/output/Ext.WindowGroup.html +++ b/docs/output/Ext.WindowGroup.html @@ -1,24 +1,40 @@ -
Package: | Ext |
Defined In: | WindowManager.js |
Class: | WindowGroup |
Subclasses: | WindowMgr |
Extends: | Object |
Property | Defined By | |
---|---|---|
zseed : Number The z-index value The starting z-index for windows (defaults to 9000) | WindowGroup |
Method | Defined By | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
WindowGroup()
- Parameters:
| WindowGroup | ||||||||||||||||||||||||||||||||||||||||||||
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.
+ Class Ext.WindowGroup
An object that manages a group of Ext.Window instances and provides z-order management
+and window activation behavior. 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 |