returns status bar object attached to component's bottom
object | StatusBar instance |
var myStatusBar = dhxComponent.attachStatusBar();
// somewhere in other place
var attachedStatusBar = dhxComponent.getAttachedStatusBar();
Back to top