Samples
Forum
Support
Documentation
add
clearAll
count
exists
filter
getFirstId
getIdByIndex
getIndexById
getItem
getLastId
getNextId
getPrevId
load
loadNext
parse
refresh
remove
serialize
sort
sync
updateItem
Start
API Reference
Mixins
DataLoader
Methods
getNextId
returns the ID of an item which is positioned the specified step after the specified item
id
getNextId
(
id
id
,
number
step
);
Parameters
id
id
the item id
step
number
the step (by default, 1)
Returns
id
the item id
See also
api
getLastId
getFirstId
getPrevId
articles
Selection
Data Object Operations
Back to top