org.kde.koala

Class HTMLIsIndexElement

public class HTMLIsIndexElement extends HTMLElement

This element is used for single-line text input. See the ISINDEX element definition in HTML 4.0. This element is deprecated in HTML 4.0.

UNKNOWN: This element is used for single-line text input.

Constructor Summary
protected HTMLIsIndexElement(Class dummy)
HTMLIsIndexElement()
HTMLIsIndexElement(HTMLIsIndexElement other)
HTMLIsIndexElement(Node other)
Method Summary
HTMLFormElementformElement()
### KDE 4.0: remove
Stringprompt()
The prompt message.
voidsetPrompt(String arg1)
see prompt

Constructor Detail

HTMLIsIndexElement

protected HTMLIsIndexElement(Class dummy)

HTMLIsIndexElement

public HTMLIsIndexElement()

HTMLIsIndexElement

public HTMLIsIndexElement(HTMLIsIndexElement other)

HTMLIsIndexElement

public HTMLIsIndexElement(Node other)

Method Detail

formElement

public HTMLFormElement formElement()
### KDE 4.0: remove

UNKNOWN: ### KDE 4.

prompt

public String prompt()
The prompt message. See the prompt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: The prompt message.

setPrompt

public void setPrompt(String arg1)
see prompt

UNKNOWN: see prompt