Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
clear
customize
define
destructor
detachEvent
disable
edit
editCancel
editNext
editStop
enable
focusEditor
getChildViews
getEditState
getEditor
getEditorValue
getFormView
getItem
getItemNode
getNode
getParentView
getScrollState
getTopParentView
getValues
hasEvent
hide
isEnabled
isVisible
load
locate
mapEvent
parse
queryView
refresh
registerType
render
resize
scrollTo
setValues
show
showItem
sync
unbind
unblockEvent
updateItem
validateEditor
Start
API Reference
ui.property
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