Check documentation for the
latest version of dhtmlxSuite
attachHTMLString DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
appendObject
attachAccordion
attachCarousel
attachChart
attachDataView
attachEditor
attachForm
attachGrid
attachHTMLString
attachLayout
attachList
attachMap
attachMenu
attachObject
attachRibbon
attachScheduler
attachSidebar
attachStatusBar
attachTabbar
attachToolbar
attachTree
attachTreeView
attachURL
attachVault
close
detachMenu
detachObject
detachRibbon
detachStatusBar
detachToolbar
disable
enable
getAttachedMenu
getAttachedObject
getAttachedRibbon
getAttachedStatusBar
getAttachedToolbar
getFrame
getId
getIndex
getText
getViewName
hide
hideMenu
hideRibbon
hideStatusBar
hideToolbar
isActive
isEnabled
isVisible
progressOff
progressOn
reloadURL
setActive
setText
show
showInnerScroll
showMenu
showRibbon
showStatusBar
showToolbar
showView
unloadView
Start
Tabbar
dhtmlXTabBarCell API
Methods
attachHTMLString
attaches html content to a tab
void
attachHTMLString
(
string
htmlString
);
htmlString
string
an HTML string to attach
Example
myTabbar.
tabs
(
id
)
.
attachHTMLString
(
"<div>some content</div>"
)
;
Back to top