Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vladmir on Mar 16, 2008 14:14
open dhtmlx forum
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)"  ...