Skip to content

Instantly share code, notes, and snippets.

@DawnPaladin
Created December 17, 2014 20:09
Show Gist options
  • Save DawnPaladin/7b2b9edc73a6468c9a61 to your computer and use it in GitHub Desktop.
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.
dijit.byId('widgetID').onClick = handlerFunction;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment