Class Roo.CompositeElement

Package:Roo
Defined In: Roo/CompositeElement.js.
Class:CompositeElement
Subclasses: Roo.CompositeElementLite
Standard composite class. Creates a Roo.Element for every element in the collection.



NOTE: Although they are not listed, this class supports all of the set/update methods of Roo.Element. All Roo.Element
actions will be performed on all the elements in this collection.




All methods return this and can be chained.

var els = Roo.select("some-el div.some-class", true);
// or select directly from an existing element
var el = Roo.get('some-el');
el.select('div.some-class', true);

els.setWidth(100); // all elements become 100 width
els.hide(true); // all elements fade out and hide
// or
els.setWidth(100).hide(true);
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options - Has None
Public Properties - Has None
Public Methods
Method Defined By
 
new Roo.CompositeElement ()
Create a new Roo.CompositeElement
Create a new Roo.CompositeElement
 
Events - Has None
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT) Based on JsDoc Toolkit