Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by brian on Mar 18, 2008 12:43
open dhtmlx forum
Set Default Tab

how do I set a default tab when I use the tabbar.addTab() method to create the tab?
Answer posted by Support on Mar 19, 2008 01:59
You can try to use setTabActive method:

tabbar.setTabActive(tabId);