X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..76cb34406ceaf9681a76e13b531d7eafa483ad88:/docs/output/Ext.CompositeElementLite.html diff --git a/docs/output/Ext.CompositeElementLite.html b/docs/output/Ext.CompositeElementLite.html index 26bb6e30..1787b903 100644 --- a/docs/output/Ext.CompositeElementLite.html +++ b/docs/output/Ext.CompositeElementLite.html @@ -1,311 +1,41 @@ -
CompositeElement - CompositeElementLite
Package: | Ext |
Defined In: | CompositeElement.js |
Class: | CompositeElementLite |
Extends: | CompositeElement |
var els = Ext.select("#some-el div.some-class");
- // or select directly from an existing element
- var el = Ext.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);
Method | -Defined By | -|
---|---|---|
- |
-
- add( String/Array els ) : CompositeElement
-
- Adds elements to this composite.
-
- Adds elements to this composite.
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- clear() : void
-
- Removes all elements.
-
- Removes all elements.
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- contains( el {Mixed} ) : Boolean
-
- Returns true if this composite contains the passed element
-
- Returns true if this composite contains the passed element
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- each( Function fn , [Object scope ] ) : CompositeElement
-
- Calls the passed function passing (el, this, index) for each element in this composite. The element
-passed is the fly...
-
- Calls the passed function passing (el, this, index) for each element in this composite. The element
-passed is the flyweight (shared) Ext.Element instance, so if you require a
-a reference to the dom node, use el.dom.
-
- Parameters:
-
-
|
- CompositeElementLite | -
- |
-
- fill( String/Array els ) : CompositeElement
-
- Clears this composite and adds the elements returned by the passed selector.
-
- Clears this composite and adds the elements returned by the passed selector.
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- filter( String selector ) : CompositeElement
-
- Filters this composite to only elements that match the passed selector.
-
- Filters this composite to only elements that match the passed selector.
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- first() : Ext.Element
-
- Returns the first Element
-
- Returns the first Element
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- getCount() : Number
-
- Returns the number of elements in this composite
-
- Returns the number of elements in this composite
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- indexOf( el {Mixed} ) : Number
-
- Find the index of the passed element within the composite collection.
-
- Find the index of the passed element within the composite collection.
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- item( Number index ) : Ext.Element
-
- Returns a flyweight Element of the dom element object at the specified index
-
- Returns a flyweight Element of the dom element object at the specified index
-
- Parameters:
-
-
|
- CompositeElementLite | -
- |
-
- last() : Ext.Element
-
- Returns the last Element
-
- Returns the last Element
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- removeElement( Mixed el , [Boolean removeDom ] ) : CompositeElement
-
- Removes the specified element(s).
-
- Removes the specified element(s).
-
- Parameters:
-
-
|
- CompositeElement | -
- |
-
- replaceElement( Mixed el , Mixed replacement , [Boolean domReplace ] ) : CompositeElement
-
- Replaces the specified element with the passed element.
-
- Replaces the specified element with the passed element.
-
- Parameters:
-
-
|
- CompositeElement | -
Package: | Ext |
Defined In: | CompositeElementLite.js, CompositeElementLite-more.js |
Class: | CompositeElementLite |
Subclasses: | CompositeElement |
Extends: | Object |
var els = Ext.select("#some-el div.some-class");
+ // or select directly from an existing element
+ var el = Ext.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);
Method | Defined By | |
---|---|---|
clear()
+ :
+ void Removes all elements. Removes all elements. Parameters:
| CompositeElementLite | |
contains( el {Mixed} )
+ :
+ BooleanReturns true if this composite contains the passed element Returns true if this composite contains the passed element Parameters:
| CompositeElementLite | |
each( Function fn , [Object scope ] )
+ :
+ CompositeElementCalls the passed function passing (el, this, index) for each element in this composite. The element
+passed is the fl... Calls the passed function passing (el, this, index) for each element in this composite. The element
+passed is the flyweight (shared) Ext.Element instance, so if you require a
+a reference to the dom node, use el.dom. Parameters:
| CompositeElementLite | |
fill( String/Array els )
+ :
+ CompositeElementClears this composite and adds the elements returned by the passed selector. Clears this composite and adds the elements returned by the passed selector. Parameters:
| CompositeElementLite | |
filter( String selector )
+ :
+ CompositeElementFilters this composite to only elements that match the passed selector. Filters this composite to only elements that match the passed selector. Parameters:
| CompositeElementLite | |
first()
+ :
+ Ext.Element Returns the first Element Returns the first Element Parameters:
| CompositeElementLite | |
getCount()
+ :
+ Number Returns the number of elements in this composite Returns the number of elements in this composite Parameters:
| CompositeElementLite | |
indexOf( el {Mixed} )
+ :
+ NumberFind the index of the passed element within the composite collection. Find the index of the passed element within the composite collection. Parameters:
| CompositeElementLite | |
item( Number index )
+ :
+ Ext.ElementReturns a flyweight Element of the dom element object at the specified index Returns a flyweight Element of the dom element object at the specified index Parameters:
| CompositeElementLite | |
last()
+ :
+ Ext.Element Returns the last Element Returns the last Element Parameters:
| CompositeElementLite | |
removeElement( Mixed el , [Boolean removeDom ] )
+ :
+ CompositeElementRemoves the specified element(s). Removes the specified element(s). Parameters:
| CompositeElementLite | |
replaceElement( Mixed el , Mixed replacement , [Boolean domReplace ] )
+ :
+ CompositeElementReplaces the specified element with the passed element. Replaces the specified element with the passed element. Parameters:
| CompositeElementLite |