Hi,
I’m looking to add a Toolbar to an existing Tabbar. However, I want the Toolbar to be positioned at the bottom of the Tabbar instead of at the top. Is there a way to position a Toolbar when attaching it to the Tabbar?
Hi,
I’m looking to add a Toolbar to an existing Tabbar. However, I want the Toolbar to be positioned at the bottom of the Tabbar instead of at the top. Is there a way to position a Toolbar when attaching it to the Tabbar?
Hi
What skin do you use?
Hi,
I’m using dhx_skyblue.
Here is an approach for you:
[code]
Integration with StatusBar .dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { height: 31px !important; } .dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def { background-color: transparent; border-bottom-color: #a4bed4; height: 31px !important; } .dhxtabbar_base_dhx_skyblue div.dhx_cell_tabbar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { height: 31px !important; padding: 0; } .dhx_toolbar_dhx_skyblue { border-left: none; border-right: none; } [/code]Darya,
I’ll give this a try.
Thanks
You are welcome!