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
getSuggestion
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
linkInput
mapEvent
queryView
resize
resizeChildren
setMasterValue
setPosition
setValue
show
unbind
unblockEvent
Start
API Reference
ui.multisuggest
Methods
disable
disables the calling view (makes it dimmed and unclickable)
void
disable
();
Example
$$
(
'mylist'
)
.
disable
(
)
;
Related samples
Disabling Components
See also
API
enable
disabled
Articles
Disabling/Enabling Components
Back to top