sync
[roojs1] / docs / symbols / Roo.CompositeElement.json
index b6e8180..6d1f4ce 100644 (file)
@@ -1,13 +1,19 @@
 {
   "name" : "Roo.CompositeElement",
   "augments" : [],
-  "childClasses" : [
-    "Roo.CompositeElementLite"
-  ],
+  "childClasses" : {
+    "Roo.CompositeElement" : [
+      "Roo.CompositeElementLite"
+    ]
+  },
+  "tree_children" : [],
+  "tree_parent" : [],
   "desc" : "Standard composite class. Creates a Roo.Element for every element in the collection.\n<br><br>\n<b>NOTE: Although they are not listed, this class supports all of the set/update methods of Roo.Element. All Roo.Element\nactions will be performed on all the elements in this collection.</b>\n<br><br>\nAll methods return <i>this</i> and can be chained.\n <pre><code>\n var els = Roo.select(\"#some-el div.some-class\", true);\n // or select directly from an existing element\n var el = Roo.get('some-el');\n el.select('div.some-class', true);\n\n els.setWidth(100); // all elements become 100 width\n els.hide(true); // all elements fade out and hide\n // or\n els.setWidth(100).hide(true);\n </code></pre>",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : false,
+  "isAbstract" : false,
+  "isBuilderTop" : false,
   "memberOf" : "CompositeElement",
   "example" : "",
   "deprecated" : "",