webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLFormElement.idl";
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 |
boolean HTMLFormElement::checkValidity | ( | ) |
getter HTMLFormElement::Element | ( | unsigned long | index | ) |
HTMLFormElement::getter | ( | RadioNodeList or | Element | ) |
boolean HTMLFormElement::reportValidity | ( | ) |
void HTMLFormElement::requestAutocomplete | ( | ) |
void HTMLFormElement::reset | ( | ) |
void HTMLFormElement::submit | ( | ) |
attribute DOMString HTMLFormElement::acceptCharset |
attribute USVString HTMLFormElement::action |
attribute DOMString HTMLFormElement::autocomplete |
readonly attribute HTMLFormControlsCollection HTMLFormElement::elements |
attribute DOMString HTMLFormElement::encoding |
attribute DOMString HTMLFormElement::enctype |
attribute DOMString HTMLFormElement::method |
attribute DOMString HTMLFormElement::name |
attribute DOMString HTMLFormElement::target |