import "HTMLInputElement.idl";
Inherits HTMLElement.
Inherited by HTMLIsIndexElement.
Inheritance diagram for HTMLInputElement:


Public Member Functions | |
| void | blur () |
| void | focus () |
| void | select () |
| void | click () |
| void | setSelectionRange (in long start, in long end) |
Public Attributes | |
| attribute DOMString | defaultValue |
| attribute boolean | defaultChecked |
| readonly attribute HTMLFormElement | form |
| attribute DOMString | accept |
| attribute DOMString | accessKey |
| attribute DOMString | align |
| attribute DOMString | alt |
| attribute boolean | checked |
| attribute boolean | disabled |
| attribute long | maxLength |
| attribute DOMString | name |
| attribute boolean | readOnly |
| attribute unsigned long | size |
| attribute DOMString | src |
| attribute long | tabIndex |
| attribute DOMString | type |
| attribute DOMString | useMap |
| attribute DOMString | value |
| attribute boolean | indeterminate |
| attribute long | selectionStart |
| attribute long | selectionEnd |
Definition at line 23 of file HTMLInputElement.idl.
| void blur | ( | ) |
| void focus | ( | ) |
| void select | ( | ) |
| void click | ( | ) |
| void setSelectionRange | ( | in long | start, | |
| in long | end | |||
| ) |
| attribute DOMString defaultValue |
Definition at line 24 of file HTMLInputElement.idl.
| attribute boolean defaultChecked |
Definition at line 25 of file HTMLInputElement.idl.
| readonly attribute HTMLFormElement form |
| attribute DOMString accept |
Definition at line 27 of file HTMLInputElement.idl.
| attribute DOMString accessKey |
Definition at line 28 of file HTMLInputElement.idl.
| attribute DOMString align |
Definition at line 29 of file HTMLInputElement.idl.
| attribute DOMString alt |
Definition at line 30 of file HTMLInputElement.idl.
| attribute boolean checked |
Definition at line 31 of file HTMLInputElement.idl.
| attribute boolean disabled |
Definition at line 32 of file HTMLInputElement.idl.
| attribute long maxLength |
Definition at line 33 of file HTMLInputElement.idl.
| attribute DOMString name |
Definition at line 34 of file HTMLInputElement.idl.
| attribute boolean readOnly |
Definition at line 35 of file HTMLInputElement.idl.
| attribute unsigned long size |
Definition at line 36 of file HTMLInputElement.idl.
| attribute DOMString src |
Definition at line 37 of file HTMLInputElement.idl.
| attribute long tabIndex |
Definition at line 38 of file HTMLInputElement.idl.
| attribute DOMString type |
Definition at line 39 of file HTMLInputElement.idl.
| attribute DOMString useMap |
Definition at line 40 of file HTMLInputElement.idl.
| attribute DOMString value |
Definition at line 41 of file HTMLInputElement.idl.
| attribute boolean indeterminate |
Definition at line 49 of file HTMLInputElement.idl.
| attribute long selectionStart |
Definition at line 55 of file HTMLInputElement.idl.
| attribute long selectionEnd |
Definition at line 56 of file HTMLInputElement.idl.
1.5.1