PUBLIC
HTMLButtonElement
Instance Properties
autofocus
disabled
form
formAction
formEnctype
formMethod
formNoValidate
formTarget
labels
name
type
validationMessage
validity
value
willValidate
Instance Methods
checkValidity
setCustomValidity
DOM API
All API
No API set selected.
JavaScript
HTMLButtonElement
:
HTMLElement
Spec
Instance Properties
autofocus
:
Boolean
disabled
:
Boolean
form
:
HTMLFormElement
readonly
formAction
:
String
formEnctype
:
String
formMethod
:
String
formNoValidate
:
Boolean
formTarget
:
String
labels
:
NodeList
name
:
String
type
:
String
Must be one of
'button'
,
'reset'
, or
'submit'
. Defaults to
'submit'
.
Spec
validationMessage
:
String
readonly
validity
:
ValidityState
readonly
value
:
String
willValidate
:
Boolean
readonly
Instance Methods
checkValidity
() :
Boolean
setCustomValidity
(
error
:
String
) :
undefined
home
license
contribute
feedback
Copyright © PUBLIC Contributors