Class Array
Package: Global
Defined In: Ext.js
Class: Array
Extends: Object
Public Properties
This class has no public properties.
Public Methods
Method Defined By
indexOf( Object o ) : Number
Checks whether or not the specified object exists in the array.
Array
remove( Object o ) : Array
Removes the specified object from the array. If the object is not found nothing happens.
Array
Public Events
This class has no public events.