Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Aug 25, 2008 12:50
open dhtmlx forum
changing tabs size

Hi there,

Where do I change the width/height of the actual tabs. I want to be able to change the width and height please.
thank you
Answer posted by Support on Aug 26, 2008 01:17
The height of all tabs can be defined as paratemeter of tabbar constructor
  var tabbar = new dhtmlXTabBar(container,mode,height);

The width of tab defined during tab creation 
  tabbar.addTab(id,text,width);