Check documentation for the latest version of dhtmlxSuite cells DHTMLX Docs

cells

returns dhtmlXTabBarCell instance (tabbar's tab)

dhtmlXTabBarCell cells(string|number id);
idstring|numbertab id
dhtmlXTabBarCelldhtmlXTabBarCell instance

Example

var cell = myTabbar.cells(id);
cell.attachHTMLString("some text here");

Details

alias for tabs()

Back to top