Property/Method | Description |
blur() | Removes focus from Reset button |
click() | Simulates a mouse click on a Reset button |
focus() | Sets the focus to the Reset button |
form | Specifies the form name that contains the Reset button |
handleEvent() | Invokes the event handler |
name | HTML NAME attribute for the Reset button |
onBlur | Event handler for Blur event |
onClick | Event handler for Click event |
onFocus | Event handler for Focus event |
type | HTML TYPE attribute for the Reset button |
value | HTML VALUE attribute for the Reset button |