Hello
I built a plugin that adds a RichCombo to the toolbar.
The RichCombo is being populated with many items. I need to perform different actions if I right click or left click an option of the RichCombo.
Right now, if I right click click an item I get the onClick event fired and the contextual menu appears.
Can I hook to onmousedown/onmouseup events of those items in order to check if the item was selected using the left or right click? They are ultimately anchors, right?
Thanks.