Categories | Question details Back To List | ||
DHX Tabbar: Design Issue in Tab Label Hi there, I am getting following design problem where tabbar label text length is more and it gets wrapped, either of the width or height should get increased. Image Link: http://www.picoodle.com/view.php?img=/3/9/25/f_TabbarDesigm_c809233.jpg&srv=img28 Please Help !! Answer posted by dhtmlx support on Sep 26, 2008 08:17 The height of the tabs can be increased in the 3rd parameter of tabbar constructor: tabbar = new dhtmlXTabBar("..","..",height); The width can be changed in the width attribute in the xml: <tab width='150px' ..>...</tab> |