Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
clearValidation
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getNextId
getNode
getPage
getPager
getParentView
getPrevId
getTopParentView
hasCss
hasEvent
hide
isEnabled
isVisible
load
loadNext
locate
mapEvent
parse
refresh
remove
removeCss
render
resize
serialize
setPage
show
showItem
sort
sync
unbind
unblockEvent
updateItem
validate
Start
API Reference
Mixins
ui.proto
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