Check documentation for the latest version of dhtmlxSuite getAttachedStatusBar DHTMLX Docs

getAttachedStatusBar

returns status bar object attached to a cell

object getAttachedStatusBar();
objectstatus bar instance

Example

var myStatusBar = dhxComponent.cells(id).attachStatusBar();
 
// somewhere in a different place
var attachedStatusBar = dhxComponent.cells(id).getAttachedStatusBar();

Back to top