X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.ComponentMgr.html?ds=inline diff --git a/docs/output/Ext.ComponentMgr.html b/docs/output/Ext.ComponentMgr.html index 57ed80d7..312086dd 100644 --- a/docs/output/Ext.ComponentMgr.html +++ b/docs/output/Ext.ComponentMgr.html @@ -1,53 +1,53 @@ -
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
indexed by a mnemonic code known as the Component's xtype.
-The xtype provides a way to avoid instantiating child Components
+The xtype
provides a way to avoid instantiating child Components
when creating a full, nested config object for a complete Ext page.
A child Component may be specified simply as a config object
-as long as the correct xtype is specified so that if and when the Component
+as long as the correct xtype
is specified so that if and when the Component
needs rendering, the correct type can be looked up for lazy instantiation.
For a list of all available xtypes, see Ext.Component.
Property | Defined By | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
all : MixedCollection The MixedCollection used internally for the component cache. An example usage may be subscribing to
+ For a list of all available This class is a singleton and cannot be created directly. Public Properties
Public Methods
Public Methods
Public EventsThis class has no public events. |