webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLButtonElement Interface Reference

import"HTMLButtonElement.idl";

Inheritance diagram for HTMLButtonElement:
HTMLElement

Public Member Functions

boolean checkValidity ()
 
boolean reportValidity ()
 
void setCustomValidity (DOMString? error)
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute boolean autofocus
 
attribute boolean disabled
 
readonly attribute HTMLFormElement form
 
attribute USVString formAction
 
attribute DOMString formEnctype
 
attribute DOMString formMethod
 
attribute DOMString type
 
attribute boolean formNoValidate
 
attribute DOMString formTarget
 
attribute DOMString name
 
attribute DOMString value
 
readonly attribute boolean willValidate
 
readonly attribute ValidityState validity
 
readonly attribute DOMString validationMessage
 
readonly attribute NodeList labels
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ checkValidity()

boolean HTMLButtonElement::checkValidity ( )

◆ reportValidity()

boolean HTMLButtonElement::reportValidity ( )

◆ setCustomValidity()

void HTMLButtonElement::setCustomValidity ( DOMString?  error)

Member Data Documentation

◆ autofocus

attribute boolean HTMLButtonElement::autofocus

◆ disabled

attribute boolean HTMLButtonElement::disabled

◆ form

readonly attribute HTMLFormElement HTMLButtonElement::form

◆ formAction

attribute USVString HTMLButtonElement::formAction

◆ formEnctype

attribute DOMString HTMLButtonElement::formEnctype

◆ formMethod

attribute DOMString HTMLButtonElement::formMethod

◆ formNoValidate

attribute boolean HTMLButtonElement::formNoValidate

◆ formTarget

attribute DOMString HTMLButtonElement::formTarget

◆ labels

readonly attribute NodeList HTMLButtonElement::labels

◆ name

attribute DOMString HTMLButtonElement::name

◆ type

attribute DOMString HTMLButtonElement::type

◆ validationMessage

readonly attribute DOMString HTMLButtonElement::validationMessage

◆ validity

readonly attribute ValidityState HTMLButtonElement::validity

◆ value

attribute DOMString HTMLButtonElement::value

◆ willValidate

readonly attribute boolean HTMLButtonElement::willValidate

The documentation for this interface was generated from the following file: