Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Aug 19, 2008 23:53
open dhtmlx forum
DHTMLX Tabbar : Last Visited Tab Id

Hi,
How can I get the Id of the last visited tab ???
Also which are different tabbar events ???
Answer posted by Support on Aug 20, 2008 02:54
The currently selected tab can be get as 
   tabbar.getActiveTab();

Tabbar events

    when tab selected - setOnSelectHandler
    when tab closed - setOnTabClose
    when tab content loaded - setOnTabContentLoaded

http://dhtmlx.com/docs/products/dhtmlxTabbar/doc/alpha.html#tabbar_api_a