X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..05ce1c11e98b33f14ddee184493bd5a60dc947e2:/docs/output/Ext.CompositeElement.html diff --git a/docs/output/Ext.CompositeElement.html b/docs/output/Ext.CompositeElement.html index ce0efad4..e4708dce 100644 --- a/docs/output/Ext.CompositeElement.html +++ b/docs/output/Ext.CompositeElement.html @@ -1,4 +1,4 @@ -
CompositeElementLite CompositeElement
Package: | Ext |
Defined In: | CompositeElement.js |
Class: | CompositeElement |
Extends: | CompositeElementLite |
CompositeElementLite CompositeElement
Package: | Ext |
Defined In: | CompositeElement.js |
Class: | CompositeElement |
Extends: | CompositeElementLite |
Method | Defined By | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
add( String/Array els )
- :
- CompositeElementAdds elements to this composite. Adds elements to this composite. Parameters:
| CompositeElement | |||||||||||||||||||||||||||||||||||||||||||||||||||
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. Calls the passed function passing (el, this, index) for each element in this composite. Parameters:
| CompositeElement | |||||||||||||||||||||||||||||||||||||||||||||||||||
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 the Element object at the specified index Returns the Element object at the specified index Parameters:
| CompositeElement | |||||||||||||||||||||||||||||||||||||||||||||||||||
last()
- :
- Ext.Element Returns the last Element Returns the last Element Parameters:
| CompositeElementLite | |||||||||||||||||||||||||||||||||||||||||||||||||||
removeElement( Mixed el , [Boolean removeDom ] )
- :
+ els.setWidth(100).hide(true);Public Properties
Public Methods
Public EventsThis class has no public events.
\ No newline at end of file
|