Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
focus
getChildViews
getFormView
getInputNode
getNode
getParentView
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
refresh
render
resize
setValue
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.search
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