khtml Library API Documentation

DOM::HTMLIsIndexElement Class Reference

This element is used for single-line text input. More...

#include <html_form.h>

Inheritance diagram for DOM::HTMLIsIndexElement:

Inheritance graph
[legend]
Collaboration diagram for DOM::HTMLIsIndexElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLIsIndexElement ()
 HTMLIsIndexElement (const HTMLIsIndexElement &other)
 HTMLIsIndexElement (const Node &other)
HTMLIsIndexElementoperator= (const HTMLIsIndexElement &other)
HTMLIsIndexElementoperator= (const Node &other)
 ~HTMLIsIndexElement ()
HTMLFormElement form () const
DOMString prompt () const
void setPrompt (const DOMString &)

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 1277 of file html_form.h.


Member Function Documentation

HTMLFormElement HTMLIsIndexElement::form  )  const
 

### KDE 4.0: remove

Reimplemented from DOM::Element.

Definition at line 1194 of file html_form.cpp.

References DOM::Element::form().

Referenced by KJS::HTMLElement::getValueProperty().

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 1199 of file html_form.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLIsIndexElement::setPrompt const DOMString  ) 
 

see prompt

Definition at line 1205 of file html_form.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Sep 16 07:12:50 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003