Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by aldo on Aug 10, 2009 05:55
open dhtmlx forum
tabbar opera

Hi ,
I ´ve a problem with tabbar in opera . this is my code ; I can't to see tabbar

tabbar=new dhtmlXTabBar("tabs","top");
tabbar.setImagePath("dhtmlxSuite/dhtmlxTabbar/codebase/imgs/");
tabbar.addTab("an","Anverso","100px");
tabbar.addTab("re","Reverso","100px");
tabbar.setContent("an","b3");
tabbar.setContent("re","b4");
tabbar.enableAutoSize(true,false);
tabbar.setTabActive("an");
tabbar.enableContentZone(false);
Answer posted by Alex (support) on Aug 10, 2009 06:27

Hello,

locally this code works in the same way in all browsers. 

But.. is using tabbar.enableContentZone(false) code premeditated ? 

This method hides content zone and only tabs (header) is visible.