-
getNextItem( startItem, delta )
- Return type: element
- This method returns the item a given distance (delta) after the specified
startItem
, ornull
if no such item exists. This example will return the item two rows after <var>someItem</var>:getNextItem ( someItem, 2 );