Samples
Forum
Support
Documentation
add
addMark
attachEvent
blockEvent
callEvent
changeId
clearAll
clearMark
count
destructor
detachEvent
each
exists
filter
getFirstId
getIdByIndex
getIndexById
getIndexRange
getItem
getLastId
getMark
getNextId
getPrevId
getRange
hasEvent
id
importData
mapEvent
move
provideApi
refresh
remove
removeMark
scheme
serialize
setDriver
silent
sort
sync
unblockEvent
unsync
updateItem
Start
API Reference
Mixins
DataStore
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