Check documentation for the latest version of dhtmlxSuite getAttachedStatusBar DHTMLX Docs

getAttachedStatusBar

returns status bar object attached to component's bottom

object getAttachedStatusBar();
objectStatusBar instance

Example

var myStatusBar = dhxComponent.attachStatusBar();
 
// somewhere in other place
var attachedStatusBar = dhxComponent.getAttachedStatusBar();

Back to top