Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by MG on Jan 30, 2008 14:34
open dhtmlx forum
define height on addTab() function

Hello Everybody,

I'm trying to understand how to define the height value for the tabs (not the container, I'm talking about the label you click to retrieve contents)
Is there any way to solve it?

The tabs are normally oriented (Top)

Regards,

marco
Answer posted by Support on Jan 31, 2008 06:29
The height of tab can be set only while tabbar creation, it not possible to change it after that.
Answer posted by MG on Jan 31, 2008 07:11

thanks, and how can I define tab labels height during creation? I can't find any function

Many thanks

MG

Answer posted by Support on Feb 01, 2008 04:03
The third parameter of tabbar constructor
    var tab = new dhtmlXTabBar('id','top',25);    << third is height of tab label, 20 by default
Answer posted by MG on Feb 01, 2008 04:37

Many many thanks

MG