fires after a tab has been clicked
id | number|string | the id of the tab that was clicked |
ev | Event | the click event object |
tab.attachEvent("onAfterTabClick", function(id,ev){
//code
});
Unlike the onItemClick event this one watches clicks over separate tabs and passes the ID of a clicked tab into its handler.