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