commandBarControl onAction property

C

celina

Hi,

Is there a way to preserve the default behavior of a commandBarControl
object and still set the onAction property to some additional code? E.g., I
want to set the onAction property of the Save button to print out an event,
and also maintain the default file saving behavior.

I tried the approach with button events, but I also want to capture other
types, such as commandBarPopup, etc.

Thanks in advance!
 
Top