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
getPrevId
returns the ID of an item which is positioned the specified step before the specified item
id
getPrevId
(
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
getNextId
getFirstId
articles
Selection
Data Object Operations
Back to top