See the dijit/form/_ButtonMixin reference documentation for more information.
Internal function to divert the real click onto the hidden INPUT that has a native default action associated with it
Parameter | Type | Description |
---|---|---|
e | Event |
Internal function to handle click actions
Parameter | Type | Description |
---|---|---|
e | Event |
Callback for when button is clicked. If type="submit", return true to perform submit, or false to cancel it.
Parameter | Type | Description |
---|---|---|
e | Event |