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

import"HTMLInputElement.idl";

Inheritance diagram for HTMLInputElement:
HTMLElement

Public Member Functions

void stepUp (optional long n=1)
 
void stepDown (optional long n=1)
 
boolean checkValidity ()
 
boolean reportValidity ()
 
void setCustomValidity (DOMString? error)
 
void select ()
 
void setRangeText (DOMString replacement)
 
void setRangeText (DOMString replacement, unsigned long start, unsigned long end, optional DOMString selectionMode)
 
void setSelectionRange (long start, long end, optional DOMString direction)
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute DOMString accept
 
attribute DOMString alt
 
attribute DOMString autocomplete
 
attribute boolean autofocus
 
attribute boolean defaultChecked
 
attribute boolean checked
 
attribute DOMString dirName
 
attribute boolean disabled
 
readonly attribute HTMLFormElement form
 
attribute FileList files
 
attribute USVString formAction
 
attribute DOMString formEnctype
 
attribute DOMString formMethod
 
attribute boolean formNoValidate
 
attribute DOMString formTarget
 
attribute unsigned long height
 
attribute boolean indeterminate
 
readonly attribute HTMLElement list
 
attribute DOMString max
 
attribute long minLength
 
attribute long maxLength
 
attribute DOMString min
 
attribute boolean multiple
 
attribute DOMString name
 
attribute DOMString pattern
 
attribute DOMString placeholder
 
attribute boolean readOnly
 
attribute boolean required
 
attribute unsigned long size
 
attribute USVString src
 
attribute DOMString step
 
attribute DOMString type
 
attribute DOMString defaultValue
 
attribute DOMString value
 
attribute Date valueAsDate
 
attribute unrestricted double valueAsNumber
 
attribute unsigned long width
 
readonly attribute boolean willValidate
 
readonly attribute ValidityState validity
 
readonly attribute DOMString validationMessage
 
readonly attribute NodeList labels
 
attribute long selectionStart
 
attribute long selectionEnd
 
attribute DOMString selectionDirection
 
attribute DOMString align
 
attribute DOMString useMap
 
attribute boolean incremental
 
attribute DOMString capture
 
- 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 HTMLInputElement::checkValidity ( )

◆ reportValidity()

boolean HTMLInputElement::reportValidity ( )

◆ select()

void HTMLInputElement::select ( )

◆ setCustomValidity()

void HTMLInputElement::setCustomValidity ( DOMString?  error)

◆ setRangeText() [1/2]

void HTMLInputElement::setRangeText ( DOMString  replacement)

◆ setRangeText() [2/2]

void HTMLInputElement::setRangeText ( DOMString  replacement,
unsigned long  start,
unsigned long  end,
optional DOMString  selectionMode 
)

◆ setSelectionRange()

void HTMLInputElement::setSelectionRange ( long  start,
long  end,
optional DOMString  direction 
)

◆ stepDown()

void HTMLInputElement::stepDown ( optional long  n = 1)

◆ stepUp()

void HTMLInputElement::stepUp ( optional long  n = 1)

Member Data Documentation

◆ accept

attribute DOMString HTMLInputElement::accept

◆ align

attribute DOMString HTMLInputElement::align

◆ alt

attribute DOMString HTMLInputElement::alt

◆ autocomplete

attribute DOMString HTMLInputElement::autocomplete

◆ autofocus

attribute boolean HTMLInputElement::autofocus

◆ capture

attribute DOMString HTMLInputElement::capture

◆ checked

attribute boolean HTMLInputElement::checked

◆ defaultChecked

attribute boolean HTMLInputElement::defaultChecked

◆ defaultValue

attribute DOMString HTMLInputElement::defaultValue

◆ dirName

attribute DOMString HTMLInputElement::dirName

◆ disabled

attribute boolean HTMLInputElement::disabled

◆ files

attribute FileList HTMLInputElement::files

◆ form

readonly attribute HTMLFormElement HTMLInputElement::form

◆ formAction

attribute USVString HTMLInputElement::formAction

◆ formEnctype

attribute DOMString HTMLInputElement::formEnctype

◆ formMethod

attribute DOMString HTMLInputElement::formMethod

◆ formNoValidate

attribute boolean HTMLInputElement::formNoValidate

◆ formTarget

attribute DOMString HTMLInputElement::formTarget

◆ height

attribute unsigned long HTMLInputElement::height

◆ incremental

attribute boolean HTMLInputElement::incremental

◆ indeterminate

attribute boolean HTMLInputElement::indeterminate

◆ labels

readonly attribute NodeList HTMLInputElement::labels

◆ list

readonly attribute HTMLElement HTMLInputElement::list

◆ max

attribute DOMString HTMLInputElement::max

◆ maxLength

attribute long HTMLInputElement::maxLength

◆ min

attribute DOMString HTMLInputElement::min

◆ minLength

attribute long HTMLInputElement::minLength

◆ multiple

attribute boolean HTMLInputElement::multiple

◆ name

attribute DOMString HTMLInputElement::name

◆ pattern

attribute DOMString HTMLInputElement::pattern

◆ placeholder

attribute DOMString HTMLInputElement::placeholder

◆ readOnly

attribute boolean HTMLInputElement::readOnly

◆ required

attribute boolean HTMLInputElement::required

◆ selectionDirection

attribute DOMString HTMLInputElement::selectionDirection

◆ selectionEnd

attribute long HTMLInputElement::selectionEnd

◆ selectionStart

attribute long HTMLInputElement::selectionStart

◆ size

attribute unsigned long HTMLInputElement::size

◆ src

attribute USVString HTMLInputElement::src

◆ step

attribute DOMString HTMLInputElement::step

◆ type

attribute DOMString HTMLInputElement::type

◆ useMap

attribute DOMString HTMLInputElement::useMap

◆ validationMessage

readonly attribute DOMString HTMLInputElement::validationMessage

◆ validity

readonly attribute ValidityState HTMLInputElement::validity

◆ value

attribute DOMString HTMLInputElement::value

◆ valueAsDate

attribute Date HTMLInputElement::valueAsDate

◆ valueAsNumber

attribute unrestricted double HTMLInputElement::valueAsNumber

◆ width

attribute unsigned long HTMLInputElement::width

◆ willValidate

readonly attribute boolean HTMLInputElement::willValidate

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