X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.ComponentMgr.html diff --git a/docs/output/Ext.ComponentMgr.html b/docs/output/Ext.ComponentMgr.html index 1e21e805..312086dd 100644 --- a/docs/output/Ext.ComponentMgr.html +++ b/docs/output/Ext.ComponentMgr.html @@ -1,4 +1,4 @@ -
Package: | Ext |
Defined In: | ComponentMgr.js |
Class: | ComponentMgr |
Extends: | Object |
Provides a registry of all Components (instances of Ext.Component or any subclass +
Package: | Ext |
Defined In: | ComponentMgr.js |
Class: | ComponentMgr |
Extends: | Object |
Provides a registry of all Components (instances of Ext.Component or any subclass thereof) on a page so that they can be easily accessed by component id (see get, or the convenience method Ext.getCmp).
This object also provides a registry of available Component classes @@ -29,7 +29,7 @@ Class was found.
xtype
: Ext.ComponentBoolean
String id
, Function fn
, Object scope
)
:
- voidid
: Stringfn
: Functionscope
: ObjectExt.Component c
)
+ voidid
: Stringfn
: Functionscope
: Objectthis
reference) in which the callback is executed. Defaults to the Component.Ext.Component c
)
:
voidc
: Ext.ComponentString ptype
, Constructor cls
)
: