X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.WindowGroup.html?ds=inline diff --git a/docs/output/Ext.WindowGroup.html b/docs/output/Ext.WindowGroup.html deleted file mode 100644 index 163dec88..00000000 --- a/docs/output/Ext.WindowGroup.html +++ /dev/null @@ -1,40 +0,0 @@ -
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 in this WindowGroup (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 in this WindowGroup. Brings the specified window to the front of any other active windows in this WindowGroup. Parameters:
| WindowGroup | |
each( Function fn , [Object scope ] )
- :
- voidExecutes the specified function once for every window in this WindowGroup, passing each
-window as the only parameter.... Executes the specified function once for every window in this WindowGroup, 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 this WindowGroup. Gets the currently-active window in this WindowGroup. Parameters:
| WindowGroup | |
getBy( Function fn , [Object scope ] )
- :
- ArrayReturns zero or more windows in this WindowGroup using the custom search function passed to this method.
-The function... Returns zero or more windows in this WindowGroup using the custom search function passed to this method.
-The function should accept a single Ext.Window reference as its only argument and should
-return true if the window matches the search criteria, otherwise it should return false. 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 |