fires when the user clicks the left mouse button on a button or a buttonSelect items
itemId | string|number | item id |
bId | string|number | buttonSelect item id (for buttonSelect) |
myRibbon.attachEvent("onClick", function(itemId, bId){
// your code here
});
bId added in 4.2
Back to top