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 <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-ISINDEX">
ISINDEX element definition </a> 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 <code> FORM </code> 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 <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-prompt">
prompt attribute definition </a> in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setPrompt ( const DOMString & )
| setPrompt |
see prompt
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |