Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by SJ on Nov 25, 2009 03:52
open dhtmlx forum
Statusbar

Hi,

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

Thanks
Answer posted by Alex (support) on Nov 25, 2009 05:57

Hello,

yes, you can:

win = dhxWins.createWindow(...);
var sb = win.attachStatusBar();
sb.setText("Some text here");