Categories | Question details Back To List | ||
HTML-only version of enableAutoReSize Is there an HTML-only equivilent of enableAutoReSize? I've tried: <div class="dhtmlxTabBar" enableAutoReSize="true" ...> <div class="dhtmlxTabBar" enableAutoReSize="1" ...> And neither work. Thanks! Answer posted by Support on Oct 13, 2008 03:14 If widht or height of tabbar's HTML container set in percents - the mode will be enabled automatically, so you can use <div class="dhtmlxTabBar" style="width:100%; height:100%;" ...> |