import "HTMLFormElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLFormElement:


Public Member Functions | |
| void | submit () |
| void | reset () |
Public Attributes | |
| readonly attribute HTMLCollection | elements |
| readonly attribute long | length |
| attribute DOMString | name |
| attribute DOMString | acceptCharset |
| attribute DOMString | action |
| attribute DOMString | encoding |
| attribute DOMString | enctype |
| attribute DOMString | method |
| attribute DOMString | target |
Definition at line 23 of file HTMLFormElement.idl.
| void submit | ( | ) |
| void reset | ( | ) |
| readonly attribute HTMLCollection elements |
Definition at line 24 of file HTMLFormElement.idl.
| readonly attribute long length |
Definition at line 25 of file HTMLFormElement.idl.
| attribute DOMString name |
Definition at line 26 of file HTMLFormElement.idl.
| attribute DOMString acceptCharset |
Definition at line 27 of file HTMLFormElement.idl.
| attribute DOMString action |
Definition at line 28 of file HTMLFormElement.idl.
| attribute DOMString encoding |
Definition at line 29 of file HTMLFormElement.idl.
| attribute DOMString enctype |
Definition at line 30 of file HTMLFormElement.idl.
| attribute DOMString method |
Definition at line 31 of file HTMLFormElement.idl.
| attribute DOMString target |
Definition at line 32 of file HTMLFormElement.idl.
1.5.1