Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mongkol on Sep 10, 2008 02:22
open dhtmlx forum
how to use AutoSize in tab, when i drae dhtmlx tabbar by html tag?

my dhtmlx tabbar draw by html tag same in you "Initialization from HTML" example. if i want to AutoSize Height ?
how i can config it.
Answer posted by Support on Sep 10, 2008 03:21
You can use onbeforeinit  attribute of container tag to define any additional modes
         <div id="atab" class="dhtmlxTabBar"  onbeforeinit=" atab.enableAutoSize(false,true); " ...