KHTML
DOM::HTMLIsIndexElement Class Reference
This element is used for single-line text input. More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLIsIndexElement:
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 1389 of file html_form.h.
Constructor & Destructor Documentation
HTMLIsIndexElement::HTMLIsIndexElement | ( | ) |
Definition at line 1260 of file html_form.cpp.
HTMLIsIndexElement::HTMLIsIndexElement | ( | const HTMLIsIndexElement & | other | ) |
Definition at line 1264 of file html_form.cpp.
DOM::HTMLIsIndexElement::HTMLIsIndexElement | ( | const Node & | other | ) | [inline] |
Definition at line 1394 of file html_form.h.
HTMLIsIndexElement::HTMLIsIndexElement | ( | HTMLIsIndexElementImpl * | impl | ) | [protected] |
Definition at line 1268 of file html_form.cpp.
HTMLIsIndexElement::~HTMLIsIndexElement | ( | ) |
Definition at line 1284 of file html_form.cpp.
Member Function Documentation
HTMLFormElement HTMLIsIndexElement::form | ( | ) | const |
HTMLIsIndexElement & HTMLIsIndexElement::operator= | ( | const Node & | other | ) |
HTMLIsIndexElement & HTMLIsIndexElement::operator= | ( | const HTMLIsIndexElement & | other | ) |
Definition at line 1278 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 1293 of file html_form.cpp.
void HTMLIsIndexElement::setPrompt | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: