I’m using dhtmlx 4.1.2 toolbar widget.
I want to do some css changes on pressing(mouse down) of toolbar button.
So, I want to
- override the onmousedown event of toolbar buttons.
- call base method for default functionality
- Apply css changes which i want.
Help me in overriding and calling base method of onmousedown event.