Categories | Question details Back To List | ||
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); " ... |