Samples
Forum
Support
Documentation
addView
adjust
attachEvent
bind
blockEvent
callEvent
clear
clearValidation
define
destructor
detachEvent
disable
enable
focus
getChildViews
getCleanValues
getDirtyValues
getFormView
getNode
getParentView
getScrollState
getTopParentView
getValues
hasEvent
hide
index
isDirty
isEnabled
isVisible
load
mapEvent
parse
reconstruct
refresh
removeView
render
resize
resizeChildren
scrollTo
setDirty
setValues
show
showBatch
unbind
unblockEvent
validate
Start
API Reference
ui.toolbar
Methods
isEnabled
checks whether the view is enabled
boolean
isEnabled
();
Returns
boolean
true
if the view is enabled, otherwise -
false
See also
api
enable
disable
samples
Disabling Components
articles
Disabling/Enabling Components
Example
$$
(
'mylist'
)
.
isEnabled
(
)
;
Back to top