Check documentation for the
latest version of dhtmlxSuite
attachDataView 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
attachDataView
attaches dhtmlxDataView to a tab
dhtmlXDataView
attachDataView
(
object
conf
);
conf
object
dataview conf (please, check
DataView
docs for details)
dhtmlXDataView
dhtmlXDataView instance
Example
var
myDataView
=
myTabbar.
tabs
(
id
)
.
attachDataView
(
{
...
}
)
;
Back to top