#include <html_form.h>
Protected Member Functions | |
| HTMLIsIndexElement (HTMLIsIndexElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
| HTMLElement (HTMLElementImpl *impl) | |
| void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
| Element (ElementImpl *_impl) | |
Additional Inherited Members | |
Public Types inherited from DOM::Node | |
| enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
Static Public Member Functions inherited from DOM::Element | |
| static bool | tdehtmlValidAttrName (const DOMString &name) |
| static bool | tdehtmlValidPrefix (const DOMString &name) |
| static bool | tdehtmlValidQualifiedName (const DOMString &name) |
| static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
| static bool | tdehtmlMalformedPrefix (const DOMString &name) |
Protected Attributes inherited from DOM::Node | |
| NodeImpl * | 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() [1/4]
| HTMLIsIndexElement::HTMLIsIndexElement | ( | ) |
Definition at line 1260 of file html_form.cpp.
◆ HTMLIsIndexElement() [2/4]
| HTMLIsIndexElement::HTMLIsIndexElement | ( | const HTMLIsIndexElement & | other | ) |
Definition at line 1264 of file html_form.cpp.
◆ HTMLIsIndexElement() [3/4]
|
inline |
Definition at line 1394 of file html_form.h.
◆ HTMLIsIndexElement() [4/4]
|
protected |
Definition at line 1268 of file html_form.cpp.
◆ ~HTMLIsIndexElement()
| HTMLIsIndexElement::~HTMLIsIndexElement | ( | ) |
Definition at line 1284 of file html_form.cpp.
Member Function Documentation
◆ form()
| HTMLFormElement HTMLIsIndexElement::form | ( | ) | const |
KDE 4.0: remove
Definition at line 1288 of file html_form.cpp.
◆ operator=() [1/2]
| HTMLIsIndexElement & HTMLIsIndexElement::operator= | ( | const HTMLIsIndexElement & | other | ) |
Definition at line 1278 of file html_form.cpp.
◆ operator=() [2/2]
| HTMLIsIndexElement & HTMLIsIndexElement::operator= | ( | const Node & | other | ) |
Definition at line 1272 of file html_form.cpp.
◆ prompt()
| 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.
◆ setPrompt()
| void HTMLIsIndexElement::setPrompt | ( | const DOMString & | value | ) |
see prompt
Definition at line 1299 of file html_form.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from