DOM::HTMLInputElement

Search for usage in LXR

DOM::HTMLInputElement Class Reference

#include <html_form.h>

Inheritance diagram for DOM::HTMLInputElement:

Public Member Functions

 HTMLInputElement (const HTMLInputElement &other)
 
 HTMLInputElement (const Node &other)
 
DOMString accept () const
 
DOMString accessKey () const
 
DOMString align () const
 
DOMString alt () const
 
void blur ()
 
bool checked () const
 
void click ()
 
bool defaultChecked () const
 
DOMString defaultValue () const
 
bool disabled () const
 
void focus ()
 
HTMLFormElement form () const
 
long getSize () const
 
bool indeterminate () const
 
long maxLength () const
 
DOMString name () const
 
HTMLInputElementoperator= (const HTMLInputElement &other)
 
HTMLInputElementoperator= (const Node &other)
 
bool readOnly () const
 
void select ()
 
long selectionEnd ()
 
long selectionStart ()
 
void setAccept (const DOMString &)
 
void setAccessKey (const DOMString &)
 
void setAlign (const DOMString &)
 
void setAlt (const DOMString &)
 
void setChecked (bool)
 
void setDefaultChecked (bool)
 
void setDefaultValue (const DOMString &)
 
void setDisabled (bool)
 
void setIndeterminate (bool)
 
void setMaxLength (long)
 
void setName (const DOMString &)
 
void setReadOnly (bool)
 
void setSelectionEnd (long offset)
 
void setSelectionRange (long start, long end)
 
void setSelectionStart (long offset)
 
KHTML_DEPRECATED void setSize (const DOMString &)
 
void setSize (long)
 
void setSrc (const DOMString &)
 
void setTabIndex (long)
 
void setType (const DOMString &)
 
void setUseMap (const DOMString &)
 
void setValue (const DOMString &)
 
KHTML_DEPRECATED DOMString size () const
 
DOMString src () const
 
long tabIndex () const
 
DOMString type () const
 
DOMString useMap () const
 
DOMString value () const
 
- Public Member Functions inherited from DOM::HTMLElement
 HTMLElement (const HTMLElement &other)
 
 HTMLElement (const Node &other)
 
void addCSSProperty (const DOMString &property, const DOMString &value)
 
HTMLCollection all () const
 
HTMLCollection children () const
 
DOMString className () const
 
DOMString contentEditable () const
 
DOMString dir () const
 
DOMString id () const
 
DOMString innerHTML () const
 
DOMString innerText () const
 
bool isContentEditable () const
 
DOMString lang () const
 
HTMLElementoperator= (const HTMLElement &other)
 
HTMLElementoperator= (const Node &other)
 
void removeCSSProperty (const DOMString &property)
 
void setClassName (const DOMString &)
 
void setContentEditable (const DOMString &enabled)
 
void setDir (const DOMString &)
 
void setId (const DOMString &)
 
void setInnerHTML (const DOMString &html)
 
void setInnerText (const DOMString &text)
 
void setLang (const DOMString &)
 
void setTitle (const DOMString &)
 
DOMString title () const
 
- Public Member Functions inherited from DOM::Element
 Element (const Element &other)
 
 Element (const Node &other)
 
unsigned long childElementCount () const
 
bool contentEditable () const
 
Element firstElementChild () const
 
Element form () const
 
DOMString getAttribute (const DOMString &name)
 
Attr getAttributeNode (const DOMString &name)
 
Attr getAttributeNodeNS (const DOMString &namespaceURI, const DOMString &localName)
 
DOMString getAttributeNS (const DOMString &namespaceURI, const DOMString &localName)
 
NodeList getElementsByClassName (const DOMString &className)
 
NodeList getElementsByTagName (const DOMString &name)
 
NodeList getElementsByTagNameNS (const DOMString &namespaceURI, const DOMString &localName)
 
bool hasAttribute (const DOMString &name)
 
bool hasAttributeNS (const DOMString &namespaceURI, const DOMString &localName)
 
bool isHTMLElement () const
 
Element lastElementChild () const
 
Element nextElementSibling () const
 
Elementoperator= (const Element &other)
 
Elementoperator= (const Node &other)
 
Element previousElementSibling () const
 
Element querySelector (const DOMString &query) const
 
NodeList querySelectorAll (const DOMString &query) const
 
void removeAttribute (const DOMString &name)
 
Attr removeAttributeNode (const Attr &oldAttr)
 
void removeAttributeNS (const DOMString &namespaceURI, const DOMString &localName)
 
void setAttribute (const DOMString &name, const DOMString &value)
 
Attr setAttributeNode (const Attr &newAttr)
 
Attr setAttributeNodeNS (const Attr &newAttr)
 
void setAttributeNS (const DOMString &namespaceURI, const DOMString &qualifiedName, const DOMString &value)
 
void setContentEditable (bool enabled)
 
CSSStyleDeclaration style ()
 
DOMString tagName () const
 
- Public Member Functions inherited from DOM::Node
 Node (const Node &other)
 
 Node (NodeImpl *_impl)
 
void addEventListener (const DOMString &type, EventListener *listener, const bool useCapture)
 
Node appendChild (const Node &newChild)
 
void applyChanges ()
 
NamedNodeMap attributes () const
 
NodeList childNodes () const
 
Node cloneNode (bool deep)
 
unsigned compareDocumentPosition (const DOM::Node &other)
 
bool dispatchEvent (const Event &evt)
 
quint32 elementId () const
 
Node firstChild () const
 
KHTML_DEPRECATED void getCursor (int offset, int &_x, int &_y, int &height)
 
QRect getRect ()
 
NodeImpl * handle () const
 
bool hasAttributes ()
 
bool hasChildNodes ()
 
unsigned long index () const
 
Node insertBefore (const Node &newChild, const Node &refChild)
 
bool isNull () const
 
bool isSupported (const DOMString &feature, const DOMString &version) const
 
Node lastChild () const
 
DOMString localName () const
 
DOMString namespaceURI () const
 
Node nextSibling () const
 
DOMString nodeName () const
 
unsigned short nodeType () const
 
DOMString nodeValue () const
 
void normalize ()
 
bool operator!= (const Node &other) const
 
Nodeoperator= (const Node &other)
 
bool operator== (const Node &other) const
 
Document ownerDocument () const
 
Node parentNode () const
 
DOMString prefix () const
 
Node previousSibling () const
 
Node removeChild (const Node &oldChild)
 
void removeEventListener (const DOMString &type, EventListener *listener, bool useCapture)
 
Node replaceChild (const Node &newChild, const Node &oldChild)
 
void setNodeValue (const DOMString &)
 
void setPrefix (const DOMString &prefix)
 
void setTextContent (const DOMString &text)
 
DOMString textContent () const
 
KHTML_DEPRECATED QString toHTML ()
 

Protected Member Functions

 HTMLInputElement (HTMLInputElementImpl *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  DocumentPosition {
  DOCUMENT_POSITION_DISCONNECTED = 0x01, DOCUMENT_POSITION_PRECEDING = 0x02, DOCUMENT_POSITION_FOLLOWING = 0x04, DOCUMENT_POSITION_CONTAINS = 0x08,
  DOCUMENT_POSITION_CONTAINED_BY = 0x10, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20
}
 
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,
  XPATH_NAMESPACE_NODE = 13
}
 
- Static Public Member Functions inherited from DOM::Element
static bool khtmlMalformedPrefix (const DOMString &name)
 
static bool khtmlMalformedQualifiedName (const DOMString &name)
 
static bool khtmlValidAttrName (const DOMString &name)
 
static bool khtmlValidPrefix (const DOMString &name)
 
static bool khtmlValidQualifiedName (const DOMString &name)
 
- Protected Attributes inherited from DOM::Node
NodeImpl * impl
 

Detailed Description

Form control.

Note. Depending upon the environment the page is being viewed, the value property may be read-only for the file upload input type. For the "password" input type, the actual value returned may be masked to prevent unauthorized use. See the INPUT element definition in HTML 4.0.

Definition at line 352 of file html_form.h.

Member Function Documentation

◆ accept()

DOMString HTMLInputElement::accept ( ) const

A comma-separated list of content types that a server processing this form will handle correctly.

See the accept attribute definition in HTML 4.0.

Definition at line 425 of file html_form.cpp.

◆ accessKey()

DOMString HTMLInputElement::accessKey ( ) const

A single character access key to give access to the form control.

See the accesskey attribute definition in HTML 4.0.

Definition at line 440 of file html_form.cpp.

◆ align()

DOMString HTMLInputElement::align ( ) const

Aligns this object (vertically or horizontally) with respect to its surrounding text.

See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

Definition at line 455 of file html_form.cpp.

◆ alt()

DOMString HTMLInputElement::alt ( ) const

Alternate text for user agents not rendering the normal content of this element.

See the alt attribute definition in HTML 4.0.

Definition at line 470 of file html_form.cpp.

◆ blur()

void HTMLInputElement::blur ( )

Removes keyboard focus from this element.

Definition at line 690 of file html_form.cpp.

◆ checked()

bool HTMLInputElement::checked ( ) const

Describes whether a radio or check box is checked, when type has the value "Radio" or "Checkbox".

The value is true if explicitly set. Represents the current state of the checkbox or radio button. See the checked attribute definition in HTML 4.0.

Definition at line 485 of file html_form.cpp.

◆ click()

void HTMLInputElement::click ( )

Simulate a mouse-click.

For INPUT elements whose type attribute has one of the following values: "Button", "Checkbox", "Radio", "Reset", or "Submit".

Definition at line 711 of file html_form.cpp.

◆ defaultChecked()

bool HTMLInputElement::defaultChecked ( ) const

When type has the value "Radio" or "Checkbox", stores the initial value of the checked attribute.

Definition at line 405 of file html_form.cpp.

◆ defaultValue()

DOMString HTMLInputElement::defaultValue ( ) const

Stores the initial control value (i.e., the initial value of value ).

Definition at line 385 of file html_form.cpp.

◆ disabled()

bool HTMLInputElement::disabled ( ) const

The control is unavailable in this context.

See the disabled attribute definition in HTML 4.0.

Definition at line 515 of file html_form.cpp.

◆ focus()

void HTMLInputElement::focus ( )

Gives keyboard focus to this element.

Definition at line 697 of file html_form.cpp.

◆ getSize()

long HTMLInputElement::getSize ( ) const

Size information.

The precise meaning is specific to each type of field. See the size attribute definition in HTML 4.0.

Definition at line 596 of file html_form.cpp.

◆ indeterminate()

bool HTMLInputElement::indeterminate ( ) const

Describes whether a radio box is indeterminate.

Definition at line 500 of file html_form.cpp.

◆ maxLength()

long HTMLInputElement::maxLength ( ) const

Maximum number of characters for text fields, when type has the value "Text" or "Password".

See the maxlength attribute definition in HTML 4.0.

Definition at line 530 of file html_form.cpp.

◆ name()

DOMString HTMLInputElement::name ( ) const

Form control or object name when submitted with a form.

See the name attribute definition in HTML 4.0.

Definition at line 546 of file html_form.cpp.

◆ readOnly()

bool HTMLInputElement::readOnly ( ) const

This control is read-only.

When type has the value "text" or "password" only. See the readonly attribute definition in HTML 4.0.

Definition at line 561 of file html_form.cpp.

◆ select()

void HTMLInputElement::select ( )

Select the contents of the text area.

For INPUT elements whose type attribute has one of the following values: "Text", "File", or "Password".

Definition at line 704 of file html_form.cpp.

◆ selectionEnd()

long HTMLInputElement::selectionEnd ( )

Returns the character offset of end of selection, or if none, the cursor position.

This operation is only supported if the type of this element is text; otherwise -1 is returned. NOTE: this method is not part of the DOM, but a Mozilla extension

Definition at line 726 of file html_form.cpp.

◆ selectionStart()

long HTMLInputElement::selectionStart ( )

Returns the character offset of beginning of selection, or if none, the cursor position.

This operation is only supported if the type of this element is text; otherwise -1 is returned. NOTE: this method is not part of the DOM, but a Mozilla extension

Definition at line 718 of file html_form.cpp.

◆ setAccept()

void HTMLInputElement::setAccept ( const DOMString value)

see accept

Definition at line 433 of file html_form.cpp.

◆ setAccessKey()

void HTMLInputElement::setAccessKey ( const DOMString value)

see accessKey

Definition at line 448 of file html_form.cpp.

◆ setAlign()

void HTMLInputElement::setAlign ( const DOMString value)

see align

Definition at line 463 of file html_form.cpp.

◆ setAlt()

void HTMLInputElement::setAlt ( const DOMString value)

see alt

Definition at line 478 of file html_form.cpp.

◆ setChecked()

void HTMLInputElement::setChecked ( bool  _checked)

see checked

Definition at line 493 of file html_form.cpp.

◆ setDefaultChecked()

void HTMLInputElement::setDefaultChecked ( bool  _defaultChecked)

see defaultChecked

Definition at line 413 of file html_form.cpp.

◆ setDefaultValue()

void HTMLInputElement::setDefaultValue ( const DOMString value)

see defaultValue

Definition at line 398 of file html_form.cpp.

◆ setDisabled()

void HTMLInputElement::setDisabled ( bool  _disabled)

see disabled

Definition at line 523 of file html_form.cpp.

◆ setIndeterminate()

void HTMLInputElement::setIndeterminate ( bool  _indeterminate)

see indeterminate

Definition at line 508 of file html_form.cpp.

◆ setMaxLength()

void HTMLInputElement::setMaxLength ( long  _maxLength)

see maxLength

Definition at line 538 of file html_form.cpp.

◆ setName()

void HTMLInputElement::setName ( const DOMString value)

see name

Definition at line 554 of file html_form.cpp.

◆ setReadOnly()

void HTMLInputElement::setReadOnly ( bool  _readOnly)

see readOnly

Definition at line 569 of file html_form.cpp.

◆ setSelectionEnd()

void HTMLInputElement::setSelectionEnd ( long  offset)

Move the end of the selection (and the cursor) to the given offset in text This call has no effect if the type of this input element isn't text NOTE: this method is not part of the DOM, but a Mozilla extension.

Definition at line 741 of file html_form.cpp.

◆ setSelectionRange()

void HTMLInputElement::setSelectionRange ( long  start,
long  end 
)

Makes the position span from start to end, and positions the cursor after the selection.

This call has no effect if the type of this input element isn't text or if it is not rendered. NOTE: this method is not part of the DOM, but a Mozilla extension

Definition at line 748 of file html_form.cpp.

◆ setSelectionStart()

void HTMLInputElement::setSelectionStart ( long  offset)

Move the beginning of the selection to the given offset in text This call has no effect if the type of this input element isn't text NOTE: this method is not part of the DOM, but a Mozilla extension.

Definition at line 734 of file html_form.cpp.

◆ setSize() [1/2]

void HTMLInputElement::setSize ( const DOMString value)
Deprecated:

Definition at line 588 of file html_form.cpp.

◆ setSize() [2/2]

void HTMLInputElement::setSize ( long  value)

see getSize

Definition at line 604 of file html_form.cpp.

◆ setSrc()

void HTMLInputElement::setSrc ( const DOMString value)

see src

Definition at line 620 of file html_form.cpp.

◆ setTabIndex()

void HTMLInputElement::setTabIndex ( long  _tabIndex)

see tabIndex

Definition at line 635 of file html_form.cpp.

◆ setType()

void HTMLInputElement::setType ( const DOMString _type)

see type

Definition at line 651 of file html_form.cpp.

◆ setUseMap()

void HTMLInputElement::setUseMap ( const DOMString value)

see useMap

Definition at line 667 of file html_form.cpp.

◆ setValue()

void HTMLInputElement::setValue ( const DOMString value)

see value

Definition at line 682 of file html_form.cpp.

◆ size()

DOMString HTMLInputElement::size ( ) const
Deprecated:

Definition at line 578 of file html_form.cpp.

◆ src()

DOMString HTMLInputElement::src ( ) const

When the type attribute has the value "Image", this attribute specifies the location of the image to be used to decorate the graphical submit button.

See the src attribute definition in HTML 4.0.

Definition at line 611 of file html_form.cpp.

◆ tabIndex()

long HTMLInputElement::tabIndex ( ) const

Index that represents the element's position in the tabbing order.

See the tabindex attribute definition in HTML 4.0.

Definition at line 627 of file html_form.cpp.

◆ type()

DOMString HTMLInputElement::type ( ) const

The type of control created.

See the type attribute definition in HTML 4.0.

Definition at line 643 of file html_form.cpp.

◆ useMap()

DOMString HTMLInputElement::useMap ( ) const

Use client-side image map.

See the usemap attribute definition in HTML 4.0.

Definition at line 659 of file html_form.cpp.

◆ value()

DOMString HTMLInputElement::value ( ) const

The current form control value.

Used for radio buttons and check boxes. See the value attribute definition in HTML 4.0.

Definition at line 674 of file html_form.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Nov 28 2023 03:56:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.