Widgets
Samples
Demos
Forum
Services
Documentation
adjust
app
attachEvent
blockEvent
callEvent
clearAll
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getService
getState
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
reload
resize
show
unblockEvent
Start
API Reference
ui.todo
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