Widgets
Samples
Demos
Forum
Services
Documentation
adjust
bind
define
destructor
disable
enable
focus
getBody
getChildViews
getFormView
getNode
getParentView
getTopParentView
getValue
hide
isEnabled
isVisible
queryView
resize
resizeChildren
setBottomText
setValue
show
unbind
Start
API Reference
ui.forminput
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