X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..05ce1c11e98b33f14ddee184493bd5a60dc947e2:/docs/output/Ext.WindowMgr.html diff --git a/docs/output/Ext.WindowMgr.html b/docs/output/Ext.WindowMgr.html index 4eb2e872..c6601254 100644 --- a/docs/output/Ext.WindowMgr.html +++ b/docs/output/Ext.WindowMgr.html @@ -1,197 +1,23 @@ -
WindowGroup - WindowMgr
Package: | Ext |
Defined In: | WindowManager.js |
Class: | WindowMgr |
Extends: | WindowGroup |
Property | -Defined By | -|
---|---|---|
- |
-
- zseed : Number
- The starting z-index for windows (defaults to 9000)
- |
- WindowGroup | -
Method | -Defined By | -|
---|---|---|
- |
-
- bringToFront( String/Object win ) : Boolean
-
- Brings 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 ] ) : void
-
- Executes 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.Window
-
- Gets 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 ] ) : Array
-
- Returns 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.
-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 the group.
-
- Hides all windows in the group.
-
- Parameters:
-
-
|
- WindowGroup | -
- |
-
- sendToBack( String/Object win ) : Ext.Window
-
- Sends the specified window to the back of other active windows.
-
- Sends the specified window to the back of other active windows.
-
- Parameters:
-
-
|
- WindowGroup | -
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.
+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 the group. Hides all windows in the group. Parameters:
| WindowGroup | |
sendToBack( String/Object win )
+ :
+ Ext.WindowSends the specified window to the back of other active windows. Sends the specified window to the back of other active windows. Parameters:
| WindowGroup |