HTMLFormElement Interface Reference

import "HTMLFormElement.idl";

Inherits HTMLElement.

Inheritance diagram for HTMLFormElement:

Inheritance graph
[legend]
Collaboration diagram for HTMLFormElement:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Definition at line 23 of file HTMLFormElement.idl.


Member Function Documentation

void submit (  ) 

void reset (  ) 


Member Data Documentation

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.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:13:03 2007 for Web Kit DOM by  doxygen 1.5.1