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