Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
clearValidation
copy
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getNextId
getNode
getOpenState
getPage
getPager
getParentView
getPrevId
getScrollState
getSelectedId
getSelectedItem
getTopParentView
getVisibleCount
group
hasCss
hasEvent
hide
isEnabled
isSelected
isVisible
load
loadNext
locate
mapEvent
move
moveBottom
moveDown
moveSelection
moveTop
moveUp
parse
refresh
remove
removeCss
render
resize
scrollTo
select
selectAll
serialize
setPage
show
showItem
sort
sync
unbind
unblockEvent
ungroup
unselect
unselectAll
updateItem
validate
Start
API Reference
ui.grouplist
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