Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Apr 01, 2009 10:25
open dhtmlx forum
dhtmlxTabber Style in <div> tag


How to set Tab Style in the Div tag instead of Java script style setting up using
dhxTabbar.setStyle("modern");


<div id="a_tabbar" class="dhtmlxTabBar" imgpath="../scripts/dhtmlx2.0/dhtmlxTabbar/codebase/imgs/"
            style="width: 600; height: auto;" skinColors="#FCFBFC,#F4F3EE">

Answer posted by Alex (support) on Apr 01, 2009 23:56

Try to use "tabstyle" attribute:

<div id="a_tabbar" class="dhtmlxTabBar" tabstyle="modern" ...>

Answer posted on Apr 02, 2009 06:16
thanks alex