Package: | Global |
Defined In: | Ext.js |
Class: | Array |
Extends: | Object |
Method | Defined By | |
---|---|---|
indexOf( Object o , [Number from ] )
:
NumberChecks whether or not the specified object exists in the array. Checks whether or not the specified object exists in the array. Parameters:
| Array | |
remove( Object o )
:
ArrayRemoves the specified object from the array. If the object is not found nothing happens. Removes the specified object from the array. If the object is not found nothing happens. Parameters:
| Array |