X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.ComponentMgr.html diff --git a/docs/output/Ext.ComponentMgr.html b/docs/output/Ext.ComponentMgr.html index 1e21e805..cceeefb3 100644 --- a/docs/output/Ext.ComponentMgr.html +++ b/docs/output/Ext.ComponentMgr.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.ComponentMgr

Package:Ext
Defined In:ComponentMgr.js
Class:ComponentMgr
Extends:Object

Provides a registry of all Components (instances of Ext.Component or any subclass +

Class Ext.ComponentMgr

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 @@ -8,46 +8,48 @@ 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 needs rendering, the correct type can be looked up for lazy instantiation.

-

For a list of all available xtypes, see Ext.Component.



This class is a singleton and cannot be created directly.

Public Properties

PropertyDefined By