fires after the control has been clicked
id | string| number | control ID |
e | event | event object |
button.attachEvent("onItemClick", function(id, e){
//code
});
The event fires after tab-related click events (onBeforetabClick and onAfterTabClick).