Package: | Global |
Defined In: | Ext.js |
Class: | Array |
Extends: | Object |
Public Properties
This class has no public properties.
Public Methods
|
| 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:o : ObjectThe object to check for Returns: | Array |
| remove( Object o )
+ NumberChecks whether or not the specified object exists in the array. Checks whether or not the specified object exists in the array. | 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:o : ObjectThe object to remove Returns: | Array |
Public Events
This class has no public events.
\ No newline at end of file