Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getScrollState
getTopParentView
hasEvent
hide
isEnabled
isVisible
load
mapEvent
parse
refresh
render
resize
scrollTo
setContent
setHTML
setValues
show
sync
unbind
unblockEvent
Start
API Reference
ui.template
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