Roo.CompositeElement
Roo.CompositeElementLite 

		   

Class Roo.CompositeElementLite

Package:Roo
Defined In: Roo/CompositeElementLite.js.
Class:CompositeElementLite
Extends: Roo.CompositeElement
Flyweight composite class. Reuses the same Roo.Element for element operations.

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

els.setWidth(100); // all elements become 100 width
els.hide(true); // all elements fade out and hide
// or
els.setWidth(100).hide(true);



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.
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.CompositeElementLite ()
Create a new Roo.CompositeElementLite
Create a new Roo.CompositeElementLite
 
Events - Has None
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT) Based on JsDoc Toolkit