Tabbar Height

Hi,



I have tried to set the tabbar height and I cant. Can it be done?



I tried height the div height to 100% to no avail. Tried using tabbar.enableAutoSize(true,true) but to no avail.

When the tabbar loads it stays at about 200px for the height. Tried tabbar.enableAutoReSize(true) as well…

to no avail…



What do I do?



This is my code for loading content into the tabs

<?xml version="1.0"?>





Dashboard

Create Campaign

Edit Campaign











    



tabbar=new dhtmlXTabBar(“main_tabbar”,“top”);

tabbar.setStyle(“modern”);

tabbar.preventIECashing(true);

tabbar.setImagePath("…/static/javascript/dhtmlxTabbar/codebase/imgs/");

tabbar.enableAutoSize(true,true);






Hi,


enableAutoSize can’t be applied for iframes. Tabbar doesn’t provide methods to set automatic sizes in case of iframe-based loading modes.


You can try to use another loading mode for example “ajax-html”. The samples can be found in tabbar package dhtmlxTabbar/samples/loading_creating_tabs_content/