Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
collapse
define
destructor
detachEvent
disable
enable
expand
getChildViews
getFormView
getNode
getParentView
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
refresh
resize
show
unbind
unblockEvent
Start
API Reference
ui.accordionitem
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