Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
blur
callEvent
clear
define
destructor
detachEvent
disable
enable
focus
getChildViews
getCleanValues
getDirtyValues
getFormView
getNode
getParentView
getScrollState
getTopParentView
getValues
hasEvent
hide
isDirty
isEnabled
isVisible
load
mapEvent
markInvalid
parse
queryView
refresh
render
resize
scrollTo
setContent
setDirty
setHTML
setValues
show
sync
unbind
unblockEvent
Start
API Reference
ui.htmlform
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