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

import"HTMLFormElement.idl";

Inheritance diagram for HTMLFormElement:
HTMLElement

Public Member Functions

getter Element (unsigned long index)
 
 getter (RadioNodeList or Element)?(DOMString name)
 
void submit ()
 
void reset ()
 
boolean checkValidity ()
 
boolean reportValidity ()
 
void requestAutocomplete ()
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute DOMString acceptCharset
 
attribute USVString action
 
attribute DOMString autocomplete
 
attribute DOMString enctype
 
attribute DOMString encoding
 
attribute DOMString method
 
attribute DOMString name
 
attribute boolean noValidate
 
attribute DOMString target
 
readonly attribute HTMLFormControlsCollection elements
 
readonly attribute unsigned long length
 
- 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 HTMLFormElement::checkValidity ( )

◆ Element()

getter HTMLFormElement::Element ( unsigned long  index)

◆ getter()

HTMLFormElement::getter ( RadioNodeList or  Element)

◆ reportValidity()

boolean HTMLFormElement::reportValidity ( )

◆ requestAutocomplete()

void HTMLFormElement::requestAutocomplete ( )

◆ reset()

void HTMLFormElement::reset ( )

◆ submit()

void HTMLFormElement::submit ( )

Member Data Documentation

◆ acceptCharset

attribute DOMString HTMLFormElement::acceptCharset

◆ action

attribute USVString HTMLFormElement::action

◆ autocomplete

attribute DOMString HTMLFormElement::autocomplete

◆ elements

readonly attribute HTMLFormControlsCollection HTMLFormElement::elements

◆ encoding

attribute DOMString HTMLFormElement::encoding

◆ enctype

attribute DOMString HTMLFormElement::enctype

◆ length

readonly attribute unsigned long HTMLFormElement::length

◆ method

attribute DOMString HTMLFormElement::method

◆ name

attribute DOMString HTMLFormElement::name

◆ noValidate

attribute boolean HTMLFormElement::noValidate

◆ target

attribute DOMString HTMLFormElement::target

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