KHTML
DOM::HTMLIsIndexElement Class Reference
This element is used for single-line text input. More...
#include <html_form.h>
Public Member Functions | |
| HTMLFormElement | form () const |
| HTMLIsIndexElement (const Node &other) | |
| HTMLIsIndexElement (const HTMLIsIndexElement &other) | |
| HTMLIsIndexElement () | |
| HTMLIsIndexElement & | operator= (const Node &other) |
| HTMLIsIndexElement & | operator= (const HTMLIsIndexElement &other) |
| DOMString | prompt () const |
| void | setPrompt (const DOMString &) |
| ~HTMLIsIndexElement () | |
Protected Member Functions | |
| HTMLIsIndexElement (HTMLIsIndexElementImpl *impl) | |
Detailed Description
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.
Definition at line 1378 of file html_form.h.
Constructor & Destructor Documentation
| HTMLIsIndexElement::HTMLIsIndexElement | ( | ) |
Definition at line 1262 of file html_form.cpp.
| HTMLIsIndexElement::HTMLIsIndexElement | ( | const HTMLIsIndexElement & | other | ) |
Definition at line 1266 of file html_form.cpp.
| DOM::HTMLIsIndexElement::HTMLIsIndexElement | ( | const Node & | other | ) | [inline] |
Definition at line 1383 of file html_form.h.
| HTMLIsIndexElement::HTMLIsIndexElement | ( | HTMLIsIndexElementImpl * | impl | ) | [protected] |
Definition at line 1270 of file html_form.cpp.
| HTMLIsIndexElement::~HTMLIsIndexElement | ( | ) |
Definition at line 1286 of file html_form.cpp.
Member Function Documentation
| HTMLFormElement HTMLIsIndexElement::form | ( | ) | const |
| HTMLIsIndexElement & HTMLIsIndexElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 1274 of file html_form.cpp.
| HTMLIsIndexElement & HTMLIsIndexElement::operator= | ( | const HTMLIsIndexElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 1280 of file html_form.cpp.
| DOMString HTMLIsIndexElement::prompt | ( | ) | const |
The prompt message.
See the prompt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 1295 of file html_form.cpp.
| void HTMLIsIndexElement::setPrompt | ( | const DOMString & | value | ) |
see prompt
Definition at line 1301 of file html_form.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference