Attached statusbar cells

Is the statusbar object that is attached to a layout object only a single cell? Is there any way to split it up and have multiple cells for different types of content?

It is possible to attach StatusBar to a certain cell:

var sbA = layout.cells(“a”).attachStatusBar();

Yes, but can a single statusbar have multiple cells? Look at Internet Explorer for example. The application has a single status bar, but it has different cells for different types of data separated by a divider. Can the same thing be done to the dhtmlx statusbar?

StatusBar can contain html. You may also try to place dhtmlxToolbar in it. However, you will need to redefine statusbar css in this case. Here are related docs:

docs.dhtmlx.com/doku.php?id=dhtm … _to_status