Tabbar setSkinColors

tabbar = new dhtmlXTabBar(“a_tabbar”, “top”);
tabbar.setSkin(‘default’);
tabbar.setSkinColors(’#FFFFFF’,’#000000’);

When I use setSkinColors, it seems to ignore the first argument and then apply the second argument to the content zone instead of setSkinColors(a_tab,p_tab,c_zone). What’s going on here?

-Aaron

Yes, there is a mistake in the documentation:

the 1st parameter of the setSkinColors method is the color of tabs, the second one -the color of an active tab and content.