Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by laura on Oct 29, 2009 04:04
open dhtmlx forum
onclose tab

Can I catch onclose event on a tab?
Answer posted by Alex (support) on Oct 29, 2009 10:19

You can use "onTabClose" event:

tabbar.attachEvent("onTabClose",function(tabId){

return true

})