commit extjs-2.2.1
[extjs.git] / docs / output / Array.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Array-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Array-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Array-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                         <a class="bookmark" href="../docs/?class=Array"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
7         </div>
8                 <h1>Class Array</h1>
9         <table cellspacing="0">
10             <tr><td class="label">Package:</td><td class="hd-info">Global</td></tr>
11             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/Ext.js" target="_blank">Ext.js</a></td></tr>
12             <tr><td class="label">Class:</td><td class="hd-info">Array</td></tr>
13                                     <tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr>
14                     </table>
15         <div class="description">
16                     </div>
17         
18         <div class="hr"></div>
19                 <a id="Array-props"></a>
20         <h2>Public Properties</h2>
21         <div class="no-members">This class has no public properties.</div>        <a id="Array-methods"></a>
22         <h2>Public Methods</h2>
23                 <table cellspacing="0" class="member-table">
24             <tr>
25                 <th class="sig-header" colspan="2">Method</th>
26                 <th class="msource-header">Defined By</th>
27             </tr>
28                 <tr class="method-row expandable">\r
29         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
30         <td class="sig">\r
31         <a id="Array-indexOf"></a>\r
32             <b>indexOf</b>(&nbsp;<code>Object o</code>&nbsp;) : Number            <div class="mdesc">\r
33                         <div class="short">Checks whether or not the specified object exists in the array.</div>\r
34             <div class="long">\r
35                 Checks whether or not the specified object exists in the array.    <div class="mdetail-params">\r
36         <strong>Parameters:</strong>\r
37         <ul><li><code>o</code> : Object<div class="sub-desc">The object to check for</div></li>        </ul>\r
38         <strong>Returns:</strong>\r
39         <ul>\r
40             <li><code>Number</code><div class="sub-desc">The index of o in the array (or -1 if it is not found)</div></li>\r
41         </ul>\r
42     </div>\r
43                 </div>\r
44                         </div>\r
45         </td>\r
46         <td class="msource">Array</td>\r
47     </tr>\r
48         <tr class="method-row alt expandable">\r
49         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
50         <td class="sig">\r
51         <a id="Array-remove"></a>\r
52             <b>remove</b>(&nbsp;<code>Object o</code>&nbsp;) : Array            <div class="mdesc">\r
53                         <div class="short">Removes the specified object from the array.  If the object is not found nothing happens.</div>\r
54             <div class="long">\r
55                 Removes the specified object from the array.  If the object is not found nothing happens.    <div class="mdetail-params">\r
56         <strong>Parameters:</strong>\r
57         <ul><li><code>o</code> : Object<div class="sub-desc">The object to remove</div></li>        </ul>\r
58         <strong>Returns:</strong>\r
59         <ul>\r
60             <li><code>Array</code><div class="sub-desc">this array</div></li>\r
61         </ul>\r
62     </div>\r
63                 </div>\r
64                         </div>\r
65         </td>\r
66         <td class="msource">Array</td>\r
67     </tr>\r
68             </table>
69                 <a id="Array-events"></a>
70         <h2>Public Events</h2>
71         <div class="no-members">This class has no public events.</div>
72         </div>