Categories | Question details Back To List | ||
how to use enableAutoSize(true,true); when tabbar has been initialized from html how can i do to use enableAutoSize(true,true); when i have initialized the tabbar from html, or is there other way to set this function from de div ? Answer posted by Support on Mar 17, 2008 05:06 You can use oninit attribute div id="a_tabbar" class="dhtmlxTabBar" oninit="a_tabbar.enableAutoSize(true,true)" ... |