Searched defs:item (Results 1 - 1 of 1) sorted by relevance

/yui3/src/collection/js/
H A Darraylist.js38 * Get an item by index from the list. Override this method if managing a
43 * @method item
45 * @return { mixed } the item at the requested index
47 item: function ( i ) {
52 * <p>Execute a function on each item of the list, optionally providing a
53 * custom execution context. Default context is the item.</p>
55 * <p>The callback signature is <code>callback( item, index )</code>.</p>
64 YArray_each( this._items, function ( item, i ) {
65 item = this.item(
[all...]

Completed in 21 milliseconds