Check documentation for the latest version of dhtmlxSuite getAttachedStatusBar DHTMLX Docs

getAttachedStatusBar

returns status bar object attached to a tab

object getAttachedStatusBar();
objectstatus bar instance

Example

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

Back to top