hi,
in your site demo:
dhtmlx.com/docs/products/dht … nside.html
i want to set the tabbar with darkblue,and attach a layout with skyblue ,why it dosn't work when i chang the tabbar skin color to dark blue?
thanks for help!
hi,
in your site demo:
dhtmlx.com/docs/products/dht … nside.html
i want to set the tabbar with darkblue,and attach a layout with skyblue ,why it dosn't work when i chang the tabbar skin color to dark blue?
thanks for help!
Hi,
you may set “dark_blue” tabbar skin. However, layout doens’t have dark_blue skin which is default for layout as it is attached to tabbar. Therefore, you need to set layout skin directly in the attachLayout method:
tabbar.cells(“a1”).attachLayout(“3L”,“dhx_skyblue”);