class HTMLIsIndexElement
|
This element is used for single-line text input. More... |
|
|
Public Methods
Protected Methods
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.
HTMLIsIndexElement ()
| HTMLIsIndexElement |
HTMLIsIndexElement (const HTMLIsIndexElement &other)
| HTMLIsIndexElement |
HTMLIsIndexElement (const Node &other)
| HTMLIsIndexElement |
HTMLIsIndexElement (HTMLIsIndexElementImpl *impl)
| HTMLIsIndexElement |
[protected]
HTMLIsIndexElement & operator = (const HTMLIsIndexElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLIsIndexElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLIsIndexElement ()
| ~HTMLIsIndexElement |
HTMLFormElement form ()
| form |
[const]
Returns the FORM
element containing this
control. Returns null if this control is not within the context
of a form.
DOMString prompt ()
| prompt |
[const]
The prompt message. See the
prompt attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setPrompt ( const DOMString & )
| setPrompt |
see prompt
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |