Widgets
Samples
Demos
Forum
Services
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
queryView
refresh
render
resize
setBottomText
setValue
setValueHere
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.text
Methods
disable
disables the calling view (makes it dimmed and unclickable)
void
disable
();
Example
$$
(
'mylist'
)
.
disable
(
)
;
Related samples
Disabling Components
See also
API
enable
disabled
Articles
Disabling/Enabling Components
Back to top