Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / docs / source / ComponentMgr.html
index ea9ede8..0b0a6fc 100644 (file)
@@ -76,6 +76,18 @@ Ext.ComponentMgr = function(){
          */
         all : all,
         
+        <div id="prop-Ext.ComponentMgr-types"></div>/**
+         * The xtypes that have been registered with the component manager.
+         * @type {Object}
+         */
+        types : types,
+        
+        <div id="prop-Ext.ComponentMgr-ptypes"></div>/**
+         * The ptypes that have been registered with the component manager.
+         * @type {Object}
+         */
+        ptypes: ptypes,
+        
         <div id="method-Ext.ComponentMgr-isRegistered"></div>/**
          * Checks if a Component type is registered.
          * @param {Ext.Component} xtype The mnemonic string by which the Component class may be looked up
@@ -84,6 +96,15 @@ Ext.ComponentMgr = function(){
         isRegistered : function(xtype){
             return types[xtype] !== undefined;    
         },
+        
+        <div id="method-Ext.ComponentMgr-isPluginRegistered"></div>/**
+         * Checks if a Plugin type is registered.
+         * @param {Ext.Component} ptype The mnemonic string by which the Plugin class may be looked up
+         * @return {Boolean} Whether the type is registered.
+         */
+        isPluginRegistered : function(ptype){
+            return ptypes[ptype] !== undefined;    
+        },        
 
         <div id="method-Ext.ComponentMgr-registerType"></div>/**
          * <p>Registers a new Component constructor, keyed by a new