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