Created
December 17, 2014 20:09
-
-
Save DawnPaladin/7b2b9edc73a6468c9a61 to your computer and use it in GitHub Desktop.
Override a Dijit button to ignore its default functionality and do your bidding instead.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dijit.byId('widgetID').onClick = handlerFunction; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment