org.kde.koala
public class HTMLFormElement extends HTMLElement
FORM element encompasses behavior similar to a
collection and an element. It provides direct access to the
contained input elements as well as the attributes of the form
element. See the
FORM element definition in HTML 4.0.UNKNOWN: The FORM element encompasses behavior similar to a collection and an element.
| Constructor Summary | |
|---|---|
| protected | HTMLFormElement(Class dummy) |
| HTMLFormElement() | |
| HTMLFormElement(HTMLFormElement other) | |
| HTMLFormElement(Node other) | |
| Method Summary | |
|---|---|
| String | acceptCharset()
List of character sets supported by the server. |
| String | action()
Server-side form handler. |
| HTMLCollection | elements()
Returns a collection of all control elements in the form. |
| String | enctype()
The content type of the submitted form, generally
"application/x-www-form-urlencoded". |
| long | length()
The number of form controls in the form. |
| String | method()
HTTP method used to submit form. |
| String | name()
Names the form. |
| void | reset()
Restores a form element's default values. |
| void | setAcceptCharset(String arg1)
see acceptCharset |
| void | setAction(String arg1)
see action |
| void | setEnctype(String arg1)
see enctype |
| void | setMethod(String arg1)
see method |
| void | setName(String arg1)
see name |
| void | setTarget(String arg1)
see target |
| void | submit()
Submits the form. |
| String | target()
Frame to render the resource in. |
UNKNOWN: List of character sets supported by the server.
UNKNOWN: Server-side form handler.
UNKNOWN: Returns a collection of all control elements in the form.
UNKNOWN: The content type of the submitted form, generally "application/x-www-form-urlencoded".
UNKNOWN: The number of form controls in the form.
UNKNOWN: HTTP method used to submit form.
UNKNOWN: Names the form.
UNKNOWN: Restores a form element's default values.
UNKNOWN: see acceptCharset
UNKNOWN: see action
UNKNOWN: see enctype
UNKNOWN: see method
UNKNOWN: see name
UNKNOWN: see target
UNKNOWN: Submits the form.
UNKNOWN: Frame to render the resource in.