Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
attachTo
bind
blockEvent
callEvent
clearAll
clearCss
clearValidation
close
copy
count
customize
define
destructor
detachEvent
disable
disableItem
enable
enableItem
exists
filter
getBody
getChildViews
getContext
getFirstId
getFormView
getHead
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getMenu
getMenuItem
getNextId
getNode
getPage
getPager
getParentView
getPrevId
getScrollState
getSelectedId
getSelectedItem
getSubMenu
getTopMenu
getTopParentView
getVisibleCount
hasCss
hasEvent
hide
hideItem
isEnabled
isSelected
isVisible
load
loadNext
locate
mapEvent
move
moveBottom
moveDown
moveSelection
moveTop
moveUp
parse
refresh
remove
removeCss
render
resize
resizeChildren
scrollTo
select
selectAll
serialize
setPage
setPosition
show
showItem
sort
sync
unbind
unblockEvent
unselect
unselectAll
updateItem
validate
Start
API Reference
ui.contextmenu
Methods
getPage
returns the currently visible page in case of paged view
number
getPage
();
Returns
number
the index of the currently visible page, zero-based numbering
See also
api
setPage
samples
Static Paging
articles
Paging
Example
var
page
=
$$
(
'dtable'
)
.
getPage
(
)
;
Back to top