Hi,
I have a page in which we use dhtmlxTabbar 2.6 PRO, and the calendar and windows components. So we need to include de following lines.
<script type="text/javascript" src="/resources/js/dhtmlx/dhtmlxcommon.js"></script>
<script type="text/javascript" src="resources/js/dhtmlx/dhtmlxcontainer.js"></script>
<script type="text/javascript" src="resources/js/dhtmlxCalendar/dhtmlxcalendar.js"></script>
<script type="text/javascript" src="resources/js/dhtmlxWindows/dhtmlxwindows.js"></script>
<script type="text/javascript" src="resources/js/dhtmlxTabbar/dhtmlxtabbar.js"></script>
<script type="text/javascript" src="resources/js/dhtmlxTabbar/dhtmlxtabbar_start.js"></script>
After this we create a Tabbar like this (I need to show the scrollbar if needed)
<div id="myCongressTabbar" class="dhtmlxTabBar"
oninit="myCongressTabbar.showInnerScroll(); myCongressTabbar.setSkinColors('', '', '#ffffff');"
imgpath="/resources/css/myc/imgs/"
style="width: 850px; height: 500px;">
With version 2.5 of the componentents it works ok and shows the scrollbar, but with 2.6 the scrollbar is not shown.
I try to remove
<script type="text/javascript" src="resources/js/dhtmlx/dhtmlxcontainer.js"></script>
And without it the scrollbar works, but the dhtmlxWindow not.
Thanks for your help.