Samples
Forum
Support
Documentation
adjust
bind
define
destructor
disable
enable
getBody
getChildViews
getFormView
getNode
getParentView
getScrollState
getTopParentView
hide
isEnabled
isVisible
resize
resizeChildren
scrollTo
show
showView
unbind
Start
API Reference
ui.scrollview
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