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!

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%;” …>