Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jangla on Dec 18, 2008 01:47
open dhtmlx forum
Multiline tabbar loaded from HTML

Is it possible to generate a multiline tabbar from HTML (I'm using the pro version)?

Thanks
Answer posted by Support on Dec 18, 2008 02:01
You can use "row" attribute fot tab elements

<div id="a_tabbar" class="dhtmlxTabBar" imgpath="../../codebase/imgs/" style="width:398; height:395;" skinColors="#FCFBFC,#F4F3EE" >
    <div id="a1" width="100" name="Profiles" ><img src="../images/page_a.gif"></div>
    <div id="a2" row="2" width="100" name="Settings" ><img src="../images/page_b.gif"></div>