Statusbar

Hi,



Can we attach the status bar to the dhtmlxWindwo object? or can it only be attached to the layout?



Thanks


Hello,


yes, you can:


win = dhxWins.createWindow(…);
var sb = win.attachStatusBar();
sb.setText(“Some text here”);