X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.CompositeElement.json;h=b6e8180e9513134dc41d70b7791a1800ac507b7f;hb=23a0c8c1c7942f78ddb512df49e0ff19f12b06fa;hp=e925b07bd86f0188e7cf05007f133fd01878a454;hpb=7811bdad238a16fa881fa617d9c4e53da624968e;p=roojs1 diff --git a/docs/symbols/Roo.CompositeElement.json b/docs/symbols/Roo.CompositeElement.json index e925b07bd8..b6e8180e95 100644 --- a/docs/symbols/Roo.CompositeElement.json +++ b/docs/symbols/Roo.CompositeElement.json @@ -1,6 +1,9 @@ { "name" : "Roo.CompositeElement", "augments" : [], + "childClasses" : [ + "Roo.CompositeElementLite" + ], "desc" : "Standard composite class. Creates a Roo.Element for every element in the collection.\n

\nNOTE: 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.\n

\nAll methods return this and can be chained.\n
\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 
", "isSingleton" : false, "isStatic" : false,