X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.CompositeElementLite.html diff --git a/docs/output/Ext.CompositeElementLite.html b/docs/output/Ext.CompositeElementLite.html index fc4d13c0..202a4097 100644 --- a/docs/output/Ext.CompositeElementLite.html +++ b/docs/output/Ext.CompositeElementLite.html @@ -1,4 +1,4 @@ -

Class Ext.CompositeElementLite

Package:Ext
Defined In:CompositeElementLite-more.js, CompositeElementLite.js
Class:CompositeElementLite
Subclasses:CompositeElement
Extends:Object

This class encapsulates a collection of DOM elements, providing methods to filter +

Class Ext.CompositeElementLite

Package:Ext
Defined In:CompositeElementLite.js, CompositeElementLite-more.js
Class:CompositeElementLite
Subclasses:CompositeElement
Extends:Object

This class encapsulates a collection of DOM elements, providing methods to filter members, or to perform collective actions upon the whole set.

Although they are not listed, this class supports all of the methods of Ext.Element and Ext.Fx. The methods from these classes will be performed on all the elements in this collection.

@@ -11,7 +11,7 @@ els.setWidth(100); // all elements become 100 width els.hide(true); // all elements fade out and hide // or els.setWidth(100).hide(true); -

Public Properties

PropertyDefined By