X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/ComponentQuery.html diff --git a/docs/source/ComponentQuery.html b/docs/source/ComponentQuery.html index a37854c9..14c7c567 100644 --- a/docs/source/ComponentQuery.html +++ b/docs/source/ComponentQuery.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.ComponentQuery
  * @extends Object
  *
@@ -235,7 +252,7 @@ Ext.define('Ext.ComponentQuery', {
             method: filterFnPattern
         }];
 
-    /**
+    /**
      * @class Ext.ComponentQuery.Query
      * @extends Object
      * @private
@@ -246,7 +263,7 @@ Ext.define('Ext.ComponentQuery', {
             Ext.apply(this, cfg);
         },
 
-        /**
+        /**
          * @private
          * Executes this Query upon the selected root.
          * The root provides the initial source of candidate Component matches which are progressively
@@ -361,7 +378,6 @@ Ext.define('Ext.ComponentQuery', {
          * <p>This parameter may also be an array of Components to filter according to the selector.</p>
          * @returns {Array} The matched Components.
          * @member Ext.ComponentQuery
-         * @method query
          */
         query: function(selector, root) {
             var selectors = selector.split(','),
@@ -397,13 +413,12 @@ Ext.define('Ext.ComponentQuery', {
             return results;
         },
 
-        /**
+        /**
          * Tests whether the passed Component matches the selector string.
          * @param component The Component to test
          * @param selector The selector string to test against.
          * @return {Boolean} True if the Component matches the selector.
          * @member Ext.ComponentQuery
-         * @method query
          */
         is: function(component, selector) {
             if (!selector) {
@@ -521,4 +536,6 @@ Ext.define('Ext.ComponentQuery', {
             });
         }
     });
-});
\ No newline at end of file +});
+ +