Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
clone
customize
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
refresh
render
resize
select
show
sync
unbind
unblockEvent
Start
API Reference
ui.pager
Methods
disable
disables the calling view (makes it dimmed and unclickable)
void
disable
();
See also
api
enable
samples
Disabling Components
articles
Disabling/Enabling Components
Example
$$
(
'mylist'
)
.
disable
(
)
;
Back to top