HTMLFormElement$Typings extension

on

Properties

acceptCharset String
Sets or retrieves a list of character encodings for input data that must be accepted by the server processing the form.
getter/setter pair
action String
Sets or retrieves the URL to which the form content is sent for processing.
getter/setter pair
addEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
Overload accessor: $1, $2
no setter
autocomplete AutoFillBase
Specifies whether autocomplete is applied to an editable text field.
getter/setter pair
checkValidity bool Function()
getter/setter pair
elements HTMLFormControlsCollection
Retrieves a collection, in source order, of all controls in a given form.
no setter
encoding String
Sets or retrieves the MIME encoding for the form.
getter/setter pair
enctype String
Sets or retrieves the encoding type for the form.
getter/setter pair
length num
Sets or retrieves the number of objects in a collection.
no setter
method String
Sets or retrieves how to send the form data to the server.
getter/setter pair
name String
Sets or retrieves the name of the object.
getter/setter pair
noValidate bool
Designates a form that is not validated when submitted.
getter/setter pair
rel String
getter/setter pair
relList DOMTokenList
no setter
removeEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
Overload accessor: $1, $2
no setter
reportValidity bool Function()
getter/setter pair
requestSubmit ↔ void Function([HTMLElement?])
getter/setter pair
reset ↔ void Function()
getter/setter pair
submit ↔ void Function()
getter/setter pair
target String
Sets or retrieves the window or frame at which to target content.
getter/setter pair

Operators

operator [](num index) Element
operator []=(num index, Element value) → void