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
isEnabled
checks whether the view is enabled
boolean
isEnabled
();
boolean
true
if the view is enabled, otherwise -
false
Example
$$
(
'mylist'
)
.
isEnabled
(
)
;
Related samples
Disabling Components
See also
API
enable
disable
Articles
Disabling/Enabling Components
Back to top