JavaScripture
Contribute via GitHub Feedback

HTMLButtonElement : HTMLElement

Instance Properties

autofocus : Boolean

disabled : Boolean

form : HTMLFormElement  

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'.

validationMessage : String  

validity : ValidityState  

value : String

willValidate : Boolean  

Instance Methods

checkValidity() : Boolean

setCustomValidity(error : String) : undefined