Check documentation for the
latest version of dhtmlxSuite
attachGrid 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
attachGrid
attaches dhtmlxGrid to a tab
dhtmlXGridObject
attachGrid
( [
object
config
] );
config
object
optional, an object with the Grid configuration
dhtmlXGridObject
dhtmlXGridObject instance
Example
var
myGrid
=
myTabbar.
tabs
(
id
)
.
attachGrid
(
)
;
Back to top