Hi,
I try to setup a tabbar this way, because I need to “insert” HTML code generated from PHP.
…
…
<div id=“myCongressTabbar” class=“dhtmlxTabBar”
imgpath=’ . $myConfig->installURL . 'resources/js/external/dhtmlxTabbbar/imgs/"
style=“overflow: auto; width: 800px; height: 400px;”>
Here large html code
Here large html code
…
…
…
It renders OK, but it don’t show the scroll bar for the HTML content.
I look with the Inspect elemet of Firefox and I see that the overflow is set to hidden (I use the standard component not the pro):
I try to use the enableScroll method but without results.
I see that Scrollable tabbar is only for pro, but I think that this means scroll between tabs not content.