DOM::HTMLIsIndexElement Class Reference
#include <html_form.h>
Inheritance diagram for DOM::HTMLIsIndexElement:

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.
Public Member Functions | |
HTMLIsIndexElement () | |
HTMLIsIndexElement (const HTMLIsIndexElement &other) | |
HTMLIsIndexElement (const Node &other) | |
HTMLIsIndexElement & | operator= (const HTMLIsIndexElement &other) |
HTMLIsIndexElement & | operator= (const Node &other) |
~HTMLIsIndexElement () | |
HTMLFormElement | form () const |
DOMString | prompt () const |
void | setPrompt (const DOMString &) |
Protected Member Functions | |
HTMLIsIndexElement (HTMLIsIndexElementImpl *impl) |
Member Function Documentation
HTMLFormElement HTMLIsIndexElement::form | ( | ) | const |
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 & | ) |
The documentation for this class was generated from the following files: