Samples
Forum
Support
Documentation
add
addSeries
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCanvas
count
define
destructor
detachEvent
disable
enable
exists
filter
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getLastId
getNextId
getNode
getParentView
getPrevId
getTopParentView
group
hasEvent
hide
hideSeries
isEnabled
isVisible
load
loadNext
locate
mapEvent
parse
refresh
remove
removeAllSeries
render
resize
serialize
show
showSeries
sort
sync
unbind
unblockEvent
ungroup
updateItem
Start
API Reference
ui.chart
Methods
disable
disables the calling view (makes it dimmed and unclickable)
void
disable
();
See also
api
enable
samples
Disabling Components
articles
Disabling/Enabling Components
Example
$$
(
'mylist'
)
.
disable
(
)
;
Back to top