Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getBody
getButton
getChildViews
getFormView
getItemId
getItemText
getList
getMasterValue
getNode
getParentView
getRange
getSuggestion
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
linkInput
mapEvent
queryView
resize
resizeChildren
setMasterValue
setPosition
setValue
show
unbind
unblockEvent
Start
API Reference
ui.daterangesuggest
Methods
isEnabled
checks whether the view is enabled
boolean
isEnabled
();
boolean
true
if the view is enabled, otherwise -
false
Example
$$
(
'mylist'
)
.
isEnabled
(
)
;
Related samples
Disabling Components
See also
API
enable
disable
Articles
Disabling/Enabling Components
Back to top