Object: HTMLButtonElement
HTMLButtonElement properties
|
Property name |
Type |
Description |
Status |
Support level |
Availability |
|---|---|---|---|---|---|
|
DOMString |
Specifies the key that gives access to the form control. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
boolean |
When true, indicates that the form control is not available. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
Returns the parent <form> element for the form control. |
read only |
DOM 2 HTML |
4.6 or later |
||
|
DOMString |
Specifies the name of the form control. This is the name portion of the name-value pair that is submitted with the form. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
int |
Specifies the tabbing order of the form control. |
writable |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Returns the type of form control. The value for this property may be button, reset, or submit. |
read only |
DOM 2 HTML |
4.6 or later |
|
|
DOMString |
Specifies the current value of the form control. This is the value portion of the name-value pair that is submitted with the form. |
writable |
DOM 2 HTML |
4.6 or later |