Can i attach multiple status bars to a layout cell?
I have a layout. Can i attach status bar to each cell of this layout? i want to display some message associated with each cell.
How can that be done?
There can be only one status bar in a cell. But you can attach status bar to each cell:
statusBarA = dhxLayout.cells(“a”).attachStatusBar();
statusBarB = dhxLayout.cells(“b”).attachStatusBar();
statusBarC = dhxLayout.cells(“c”).attachStatusBar();
The sample is
dhtmlx.com/docs/products/dht … tatus.html