Check documentation for the
latest version of dhtmlxSuite
setBubble DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
appendObject
attachAccordion
attachCarousel
attachChart
attachDataView
attachEditor
attachEvent
attachForm
attachGrid
attachHTMLString
attachLayout
attachList
attachMap
attachMenu
attachObject
attachRibbon
attachScheduler
attachSidebar
attachStatusBar
attachTabbar
attachToolbar
attachTree
attachTreeView
attachURL
attachVault
clearBubble
detachEvent
detachMenu
detachObject
detachRibbon
detachStatusBar
detachToolbar
getAttachedMenu
getAttachedObject
getAttachedRibbon
getAttachedStatusBar
getAttachedToolbar
getBubble
getFrame
getHeaderText
getId
getText
getViewName
hide
hideHeader
hideMenu
hideRibbon
hideStatusBar
hideToolbar
isActive
isHeaderVisible
isVisible
progressOff
progressOn
reloadURL
remove
setActive
setBubble
setHeaderText
setText
show
showHeader
showInnerScroll
showMenu
showRibbon
showStatusBar
showToolbar
showView
unloadView
Start
Sidebar
dhtmlXSideBarCell API
Methods
setBubble
sets a bubble
void
setBubble
(
string|number
content
);
content
string|number
the bubble's content
Example
mySidebar.
cells
(
id
)
.
setBubble
(
2
)
;
Related samples
Bubbles
See also
API
getBubble
clearBubble
onBubbleClick
Articles
Configuring Sidebar
Change log
added in 4.3
Back to top