Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / source / ComponentQuery.html
index a37854c..14c7c56 100644 (file)
@@ -1,4 +1,21 @@
-<!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-ComponentQuery'>/**
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>The source code</title>
+  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <style type="text/css">
+    .highlight { display: block; background-color: #ddd; }
+  </style>
+  <script type="text/javascript">
+    function highlight() {
+      document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
+    }
+  </script>
+</head>
+<body onload="prettyPrint(); highlight();">
+  <pre class="prettyprint lang-js"><span id='Ext-ComponentQuery'>/**
 </span> * @class Ext.ComponentQuery
  * @extends Object
  *
@@ -235,7 +252,7 @@ Ext.define('Ext.ComponentQuery', {
             method: filterFnPattern
         }];
 
-<span id='Ext-ComponentQuery.Query'>    /**
+<span id='Ext-ComponentQuery-Query'>    /**
 </span>     * @class Ext.ComponentQuery.Query
      * @extends Object
      * @private
@@ -246,7 +263,7 @@ Ext.define('Ext.ComponentQuery', {
             Ext.apply(this, cfg);
         },
 
-<span id='Ext-ComponentQuery.Query-method-execute'>        /**
+<span id='Ext-ComponentQuery-Query-method-execute'>        /**
 </span>         * @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', {
          * &lt;p&gt;This parameter may also be an array of Components to filter according to the selector.&lt;/p&gt;
          * @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;
         },
 
-<span id='Ext-ComponentQuery-method-query'>        /**
+<span id='Ext-ComponentQuery-method-is'>        /**
 </span>         * 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', {
             });
         }
     });
-});</pre></pre></body></html>
\ No newline at end of file
+});</pre>
+</body>
+</html>