Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.CompositeElement.js
index b69bb49..02e7b98 100644 (file)
 Ext.data.JsonP.Ext_CompositeElement({
-  "tagname": "class",
-  "name": "Ext.CompositeElement",
-  "doc": "<p>This class encapsulates a <i>collection</i> of DOM elements, providing methods to filter\nmembers, or to perform collective actions upon the whole set.</p>\n\n\n<p>Although they are not listed, this class supports all of the methods of <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> and\n<a href=\"#/api/Ext.fx.Anim\" rel=\"Ext.fx.Anim\" class=\"docClass\">Ext.fx.Anim</a>. The methods from these classes will be performed on all the elements in this collection.</p>\n\n\n<p>All methods return <i>this</i> and can be chained.</p>\n\n\n<p>Usage:</p>\n\n<pre><code>var els = Ext.select(\"#some-el div.some-class\", true);\n// or select directly from an existing element\nvar el = Ext.get('some-el');\nel.select('div.some-class', true);\n\nels.setWidth(100); // all elements become 100 width\nels.hide(true); // all elements fade out and hide\n// or\nels.setWidth(100).hide(true);\n</code></pre>\n\n",
-  "extends": "Ext.CompositeElementLite",
-  "mixins": [
-
-  ],
-  "alternateClassNames": [
+  "allMixins": [
 
   ],
-  "xtype": null,
-  "author": null,
+  "deprecated": null,
   "docauthor": null,
-  "singleton": false,
-  "private": false,
-  "cfg": [
+  "members": {
+    "cfg": [
 
-  ],
-  "method": [
-    {
-      "tagname": "method",
-      "name": "add",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Adds elements to this Composite object.</p>\n",
-      "params": [
-        {
-          "type": "Mixed",
-          "name": "els",
-          "doc": "<p>Either an Array of DOM elements to add, or another Composite object who's elements should be added.</p>\n",
-          "optional": false
+    ],
+    "method": [
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-add",
+        "shortDoc": "Adds elements to this Composite object. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Mixed",
+            "optional": false,
+            "doc": "<p>Either an Array of DOM elements to add, or another Composite object who's elements should be added.</p>\n",
+            "name": "els"
+          },
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "\n",
+            "name": "root"
+          }
+        ],
+        "name": "add",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Adds elements to this Composite object.</p>\n",
+        "linenr": 75,
+        "return": {
+          "type": "CompositeElement",
+          "doc": "<p>This Composite object.</p>\n"
         },
-        {
-          "type": "Object",
-          "name": "root",
-          "doc": "\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "CompositeElement",
-        "doc": "<p>This Composite object.</p>\n"
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 75,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-add",
-      "shortDoc": "<p>Adds elements to this Composite object.</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "clear",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Removes all elements.</p>\n",
-      "params": [
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-clear",
+        "shortDoc": "Removes all elements. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
 
-      ],
-      "return": {
-        "type": "void",
-        "doc": "\n"
+        ],
+        "name": "clear",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Removes all elements.</p>\n",
+        "linenr": 246,
+        "return": {
+          "type": "void",
+          "doc": "\n"
+        },
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 246,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-clear",
-      "shortDoc": "<p>Removes all elements.</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "contains",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Returns true if this composite contains the passed element</p>\n",
-      "params": [
-        {
-          "type": "Object",
-          "name": "el",
-          "doc": "<p>{Mixed} The id of an element, or an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>, or an HtmlElement to find within the composite collection.</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "void",
-        "doc": "<p>Boolean</p>\n"
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-contains",
+        "shortDoc": "Returns true if this composite contains the passed element ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite-more.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "<p>{Mixed} The id of an element, or an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>, or an HtmlElement to find within the composite collection.</p>\n",
+            "name": "el"
+          }
+        ],
+        "name": "contains",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Returns true if this composite contains the passed element</p>\n",
+        "linenr": 35,
+        "return": {
+          "type": "void",
+          "doc": "<p>Boolean</p>\n"
+        },
+        "html_filename": "CompositeElementLite-more.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite-more.js",
-      "linenr": 35,
-      "html_filename": "CompositeElementLite-more.html",
-      "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-contains",
-      "shortDoc": "<p>Returns true if this composite contains the passed element</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "each",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Calls the passed function for each element in this composite.</p>\n\n",
-      "params": [
-        {
-          "type": "Function",
-          "name": "fn",
-          "doc": "<p>The function to call. The function is passed the following parameters:<ul>\n<li><b>el</b> : Element<div class=\"sub-desc\">The current Element in the iteration.\n<b>This is the flyweight (shared) <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> instance, so if you require a\na reference to the dom node, use el.dom.</b></div></li>\n<li><b>c</b> : Composite<div class=\"sub-desc\">This Composite object.</div></li>\n<li><b>idx</b> : Number<div class=\"sub-desc\">The zero-based index in the iteration.</div></li>\n</ul></p>\n",
-          "optional": false
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-each",
+        "shortDoc": "Calls the passed function for each element in this composite. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Function",
+            "optional": false,
+            "doc": "<p>The function to call. The function is passed the following parameters:<ul>\n<li><b>el</b> : Element<div class=\"sub-desc\">The current Element in the iteration.\n<b>This is the flyweight (shared) <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> instance, so if you require a\na reference to the dom node, use el.dom.</b></div></li>\n<li><b>c</b> : Composite<div class=\"sub-desc\">This Composite object.</div></li>\n<li><b>idx</b> : Number<div class=\"sub-desc\">The zero-based index in the iteration.</div></li>\n</ul></p>\n",
+            "name": "fn"
+          },
+          {
+            "type": "Object",
+            "optional": true,
+            "doc": "<p>(optional) The scope (<i>this</i> reference) in which the function is executed. (defaults to the Element)</p>\n",
+            "name": "scope"
+          }
+        ],
+        "name": "each",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Calls the passed function for each element in this composite.</p>\n\n",
+        "linenr": 145,
+        "return": {
+          "type": "CompositeElement",
+          "doc": "<p>this</p>\n"
         },
-        {
-          "type": "Object",
-          "name": "scope",
-          "doc": "<p>(optional) The scope (<i>this</i> reference) in which the function is executed. (defaults to the Element)</p>\n",
-          "optional": true
-        }
-      ],
-      "return": {
-        "type": "CompositeElement",
-        "doc": "<p>this</p>\n"
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 145,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-each",
-      "shortDoc": "<p>Calls the passed function for each element in this composite.</p>\n\n"
-    },
-    {
-      "tagname": "method",
-      "name": "fill",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Clears this Composite and adds the elements passed.</p>\n",
-      "params": [
-        {
-          "type": "Mixed",
-          "name": "els",
-          "doc": "<p>Either an array of DOM elements, or another Composite from which to fill this Composite.</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "CompositeElement",
-        "doc": "<p>this</p>\n"
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-fill",
+        "shortDoc": "Clears this Composite and adds the elements passed. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Mixed",
+            "optional": false,
+            "doc": "<p>Either an array of DOM elements, or another Composite from which to fill this Composite.</p>\n",
+            "name": "els"
+          }
+        ],
+        "name": "fill",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Clears this Composite and adds the elements passed.</p>\n",
+        "linenr": 175,
+        "return": {
+          "type": "CompositeElement",
+          "doc": "<p>this</p>\n"
+        },
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 175,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-fill",
-      "shortDoc": "<p>Clears this Composite and adds the elements passed.</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "filter",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Filters this composite to only elements that match the passed selector.</p>\n",
-      "params": [
-        {
-          "type": "String/Function",
-          "name": "selector",
-          "doc": "<p>A string CSS selector or a comparison function.\nThe comparison function will be called with the following arguments:<ul>\n<li><code>el</code> : Ext.core.Element<div class=\"sub-desc\">The current DOM element.</div></li>\n<li><code>index</code> : Number<div class=\"sub-desc\">The current index within the collection.</div></li>\n</ul></p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "CompositeElement",
-        "doc": "<p>this</p>\n"
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-filter",
+        "shortDoc": "Filters this composite to only elements that match the passed selector. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
+          {
+            "type": "String/Function",
+            "optional": false,
+            "doc": "<p>A string CSS selector or a comparison function.\nThe comparison function will be called with the following arguments:<ul>\n<li><code>el</code> : Ext.core.Element<div class=\"sub-desc\">The current DOM element.</div></li>\n<li><code>index</code> : Number<div class=\"sub-desc\">The current index within the collection.</div></li>\n</ul></p>\n",
+            "name": "selector"
+          }
+        ],
+        "name": "filter",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Filters this composite to only elements that match the passed selector.</p>\n",
+        "linenr": 187,
+        "return": {
+          "type": "CompositeElement",
+          "doc": "<p>this</p>\n"
+        },
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 187,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-filter",
-      "shortDoc": "<p>Filters this composite to only elements that match the passed selector.</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "first",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Returns the first Element</p>\n",
-      "params": [
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-first",
+        "shortDoc": "Returns the first Element ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite-more.js",
+        "private": false,
+        "params": [
 
-      ],
-      "return": {
-        "type": "Ext.core.Element",
-        "doc": "\n"
+        ],
+        "name": "first",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Returns the first Element</p>\n",
+        "linenr": 19,
+        "return": {
+          "type": "Ext.core.Element",
+          "doc": "\n"
+        },
+        "html_filename": "CompositeElementLite-more.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite-more.js",
-      "linenr": 19,
-      "html_filename": "CompositeElementLite-more.html",
-      "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-first",
-      "shortDoc": "<p>Returns the first Element</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "getCount",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Returns the number of elements in this Composite.</p>\n",
-      "params": [
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-getCount",
+        "shortDoc": "Returns the number of elements in this Composite. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
 
-      ],
-      "return": {
-        "type": "void",
-        "doc": "<p>Number</p>\n"
+        ],
+        "name": "getCount",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Returns the number of elements in this Composite.</p>\n",
+        "linenr": 68,
+        "return": {
+          "type": "void",
+          "doc": "<p>Number</p>\n"
+        },
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 68,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-getCount",
-      "shortDoc": "<p>Returns the number of elements in this Composite.</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "indexOf",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Find the index of the passed element within the composite collection.</p>\n",
-      "params": [
-        {
-          "type": "Object",
-          "name": "el",
-          "doc": "<p>{Mixed} The id of an element, or an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>, or an HtmlElement to find within the composite collection.</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "void",
-        "doc": "<p>Number The index of the passed <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> in the composite collection, or -1 if not found.</p>\n"
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-indexOf",
+        "shortDoc": "Find the index of the passed element within the composite collection. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Object",
+            "optional": false,
+            "doc": "<p>{Mixed} The id of an element, or an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a>, or an HtmlElement to find within the composite collection.</p>\n",
+            "name": "el"
+          }
+        ],
+        "name": "indexOf",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Find the index of the passed element within the composite collection.</p>\n",
+        "linenr": 214,
+        "return": {
+          "type": "void",
+          "doc": "<p>Number The index of the passed <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> in the composite collection, or -1 if not found.</p>\n"
+        },
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 214,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-indexOf",
-      "shortDoc": "<p>Find the index of the passed element within the composite collection.</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "item",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Returns a flyweight Element of the dom element object at the specified index</p>\n",
-      "params": [
-        {
-          "type": "Number",
-          "name": "index",
-          "doc": "\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "Ext.core.Element",
-        "doc": "\n"
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-item",
+        "shortDoc": "Returns a flyweight Element of the dom element object at the specified index ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Number",
+            "optional": false,
+            "doc": "\n",
+            "name": "index"
+          }
+        ],
+        "name": "item",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Returns a flyweight Element of the dom element object at the specified index</p>\n",
+        "linenr": 115,
+        "return": {
+          "type": "Ext.core.Element",
+          "doc": "\n"
+        },
+        "html_filename": "CompositeElementLite.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 115,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-item",
-      "shortDoc": "<p>Returns a flyweight Element of the dom element object at the specified index</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "last",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Returns the last Element</p>\n",
-      "params": [
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-last",
+        "shortDoc": "Returns the last Element ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite-more.js",
+        "private": false,
+        "params": [
 
-      ],
-      "return": {
-        "type": "Ext.core.Element",
-        "doc": "\n"
-      },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite-more.js",
-      "linenr": 27,
-      "html_filename": "CompositeElementLite-more.html",
-      "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-last",
-      "shortDoc": "<p>Returns the last Element</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "removeElement",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Removes the specified element(s).</p>\n",
-      "params": [
-        {
-          "type": "Mixed",
-          "name": "el",
-          "doc": "<p>The id of an element, the Element itself, the index of the element in this composite\nor an array of any of those.</p>\n",
-          "optional": false
+        ],
+        "name": "last",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Returns the last Element</p>\n",
+        "linenr": 27,
+        "return": {
+          "type": "Ext.core.Element",
+          "doc": "\n"
         },
-        {
-          "type": "Boolean",
-          "name": "removeDom",
-          "doc": "<p>(optional) True to also remove the element from the document</p>\n",
-          "optional": true
-        }
-      ],
-      "return": {
-        "type": "CompositeElement",
-        "doc": "<p>this</p>\n"
+        "html_filename": "CompositeElementLite-more.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite-more.js",
-      "linenr": 44,
-      "html_filename": "CompositeElementLite-more.html",
-      "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-removeElement",
-      "shortDoc": "<p>Removes the specified element(s).</p>\n"
-    },
-    {
-      "tagname": "method",
-      "name": "replaceElement",
-      "member": "Ext.CompositeElementLite",
-      "doc": "<p>Replaces the specified element with the passed element.</p>\n",
-      "params": [
-        {
-          "type": "Mixed",
-          "name": "el",
-          "doc": "<p>The id of an element, the Element itself, the index of the element in this composite\nto replace.</p>\n",
-          "optional": false
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite-more.html#Ext-CompositeElementLite-method-removeElement",
+        "shortDoc": "Removes the specified element(s). ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite-more.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Mixed",
+            "optional": false,
+            "doc": "<p>The id of an element, the Element itself, the index of the element in this composite\nor an array of any of those.</p>\n",
+            "name": "el"
+          },
+          {
+            "type": "Boolean",
+            "optional": true,
+            "doc": "<p>(optional) True to also remove the element from the document</p>\n",
+            "name": "removeDom"
+          }
+        ],
+        "name": "removeElement",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Removes the specified element(s).</p>\n",
+        "linenr": 44,
+        "return": {
+          "type": "CompositeElement",
+          "doc": "<p>this</p>\n"
         },
-        {
-          "type": "Mixed",
-          "name": "replacement",
-          "doc": "<p>The id of an element or the Element itself.</p>\n",
-          "optional": false
+        "html_filename": "CompositeElementLite-more.html"
+      },
+      {
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "method",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-replaceElement",
+        "shortDoc": "Replaces the specified element with the passed element. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "params": [
+          {
+            "type": "Mixed",
+            "optional": false,
+            "doc": "<p>The id of an element, the Element itself, the index of the element in this composite\nto replace.</p>\n",
+            "name": "el"
+          },
+          {
+            "type": "Mixed",
+            "optional": false,
+            "doc": "<p>The id of an element or the Element itself.</p>\n",
+            "name": "replacement"
+          },
+          {
+            "type": "Boolean",
+            "optional": false,
+            "doc": "<p>(Optional) True to remove and replace the element in the document too.</p>\n",
+            "name": "domReplace"
+          }
+        ],
+        "name": "replaceElement",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>Replaces the specified element with the passed element.</p>\n",
+        "linenr": 223,
+        "return": {
+          "type": "CompositeElement",
+          "doc": "<p>this</p>\n"
         },
-        {
-          "type": "Boolean",
-          "name": "domReplace",
-          "doc": "<p>(Optional) True to remove and replace the element in the document too.</p>\n",
-          "optional": false
-        }
-      ],
-      "return": {
-        "type": "CompositeElement",
-        "doc": "<p>this</p>\n"
+        "html_filename": "CompositeElementLite.html"
+      }
+    ],
+    "property": [
+      {
+        "type": "Object",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "property",
+        "href": "CompositeElement2.html#Ext-CompositeElement-property-",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElement.js",
+        "private": false,
+        "name": "",
+        "owner": "Ext.CompositeElement",
+        "doc": "<p>Iterates each <code>element</code> in this <code>composite</code> calling the supplied function using <a href=\"#/api/Ext-method-each\" rel=\"Ext-method-each\" class=\"docClass\">Ext.each</a>.</p>\n",
+        "linenr": 52,
+        "html_filename": "CompositeElement2.html"
       },
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 223,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-method-replaceElement",
-      "shortDoc": "<p>Replaces the specified element with the passed element.</p>\n"
-    }
-  ],
-  "property": [
-    {
-      "tagname": "property",
-      "name": "",
-      "member": "Ext.CompositeElement",
-      "type": "Object",
-      "doc": "<p>Iterates each <code>element</code> in this <code>composite</code> calling the supplied function using <a href=\"#/api/Ext-method-each\" rel=\"Ext-method-each\" class=\"docClass\">Ext.each</a>.</p>\n",
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElement.js",
-      "linenr": 52,
-      "html_filename": "CompositeElement2.html",
-      "href": "CompositeElement2.html#Ext-CompositeElement-property-"
-    },
-    {
-      "tagname": "property",
-      "name": "elements",
-      "member": "Ext.CompositeElementLite",
-      "type": "Array",
-      "doc": "<p>The Array of DOM elements which this CompositeElement encapsulates. Read-only.</p>\n\n\n<p>This will not <i>usually</i> be accessed in developers' code, but developers wishing\nto augment the capabilities of the CompositeElementLite class may use it when adding\nmethods to the class.</p>\n\n\n<p>For example to add the <code>nextAll</code> method to the class to <b>add</b> all\nfollowing siblings of selected elements, the code would be</p>\n\n\n<p><code></p>\n\n<pre>Ext.override(Ext.CompositeElementLite, {\n    nextAll: function() {\n        var els = this.elements, i, l = els.length, n, r = [], ri = -1;\n\n//      Loop through all elements in this Composite, accumulating\n//      an Array of all siblings.\n        for (i = 0; i < l; i++) {\n            for (n = els[i].nextSibling; n; n = n.nextSibling) {\n                r[++ri] = n;\n            }\n        }\n\n//      Add all found siblings to this Composite\n        return this.add(r);\n    }\n});</pre>\n\n\n<p></code></p>\n",
-      "private": false,
-      "static": false,
-      "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElementLite.js",
-      "linenr": 20,
-      "html_filename": "CompositeElementLite.html",
-      "href": "CompositeElementLite.html#Ext-CompositeElementLite-property-elements",
-      "shortDoc": "The Array of DOM elements which this CompositeElement encapsulates. Read-only.\n\n\nThis will not usually be accessed in..."
-    }
-  ],
-  "event": [
+      {
+        "type": "Array",
+        "deprecated": null,
+        "alias": null,
+        "protected": false,
+        "tagname": "property",
+        "href": "CompositeElementLite.html#Ext-CompositeElementLite-property-elements",
+        "shortDoc": "The Array of DOM elements which this CompositeElement encapsulates. ...",
+        "static": false,
+        "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElementLite.js",
+        "private": false,
+        "name": "elements",
+        "owner": "Ext.CompositeElementLite",
+        "doc": "<p>The Array of DOM elements which this CompositeElement encapsulates. Read-only.</p>\n\n\n<p>This will not <i>usually</i> be accessed in developers' code, but developers wishing\nto augment the capabilities of the CompositeElementLite class may use it when adding\nmethods to the class.</p>\n\n\n<p>For example to add the <code>nextAll</code> method to the class to <b>add</b> all\nfollowing siblings of selected elements, the code would be</p>\n\n\n<p><code></p>\n\n<pre>Ext.override(Ext.CompositeElementLite, {\n    nextAll: function() {\n        var els = this.elements, i, l = els.length, n, r = [], ri = -1;\n\n//      Loop through all elements in this Composite, accumulating\n//      an Array of all siblings.\n        for (i = 0; i < l; i++) {\n            for (n = els[i].nextSibling; n; n = n.nextSibling) {\n                r[++ri] = n;\n            }\n        }\n\n//      Add all found siblings to this Composite\n        return this.add(r);\n    }\n});</pre>\n\n\n<p></code></p>\n",
+        "linenr": 20,
+        "html_filename": "CompositeElementLite.html"
+      }
+    ],
+    "cssVar": [
 
-  ],
-  "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/dom/CompositeElement.js",
-  "linenr": 1,
-  "html_filename": "CompositeElement2.html",
-  "href": "CompositeElement2.html#Ext-CompositeElement",
-  "cssVar": [
+    ],
+    "cssMixin": [
 
-  ],
-  "cssMixin": [
+    ],
+    "event": [
 
-  ],
-  "component": false,
+    ]
+  },
+  "singleton": false,
+  "alias": null,
   "superclasses": [
     "Ext.CompositeElementLite"
   ],
+  "protected": false,
+  "tagname": "class",
+  "mixins": [
+
+  ],
+  "href": "CompositeElement2.html#Ext-CompositeElement",
   "subclasses": [
 
   ],
+  "static": false,
+  "author": null,
+  "component": false,
+  "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/dom/CompositeElement.js",
+  "private": false,
+  "alternateClassNames": [
+
+  ],
+  "name": "Ext.CompositeElement",
+  "doc": "<p>This class encapsulates a <i>collection</i> of DOM elements, providing methods to filter\nmembers, or to perform collective actions upon the whole set.</p>\n\n\n<p>Although they are not listed, this class supports all of the methods of <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> and\n<a href=\"#/api/Ext.fx.Anim\" rel=\"Ext.fx.Anim\" class=\"docClass\">Ext.fx.Anim</a>. The methods from these classes will be performed on all the elements in this collection.</p>\n\n\n<p>All methods return <i>this</i> and can be chained.</p>\n\n\n<p>Usage:</p>\n\n<pre><code>var els = Ext.select(\"#some-el div.some-class\", true);\n// or select directly from an existing element\nvar el = Ext.get('some-el');\nel.select('div.some-class', true);\n\nels.setWidth(100); // all elements become 100 width\nels.hide(true); // all elements fade out and hide\n// or\nels.setWidth(100).hide(true);\n</code></pre>\n\n",
   "mixedInto": [
 
   ],
-  "allMixins": [
+  "linenr": 1,
+  "xtypes": [
 
-  ]
+  ],
+  "html_filename": "CompositeElement2.html",
+  "extends": "Ext.CompositeElementLite"
 });
\ No newline at end of file