KHTML
html_image.cpp
Go to the documentation of this file.
235 if (impl) static_cast<HTMLImageElementImpl*>(impl)->setAttribute(ATTR_BORDER, QString::number(value));
DOMString getAttribute(const DOMString &name)
Retrieves an attribute value by name.
Definition: dom_element.cpp:147
void setAttribute(const DOMString &name, const DOMString &value)
Adds a new attribute.
Definition: dom_element.cpp:158
long tabIndex() const
Index that represents the element's position in the tabbing order.
Definition: html_image.cpp:135
DOMString coords() const
Comma-separated list of lengths, defining an active region geometry.
Definition: html_image.cpp:84
DOMString alt() const
Alternate text for user agents not rendering the normal content of this element.
Definition: html_image.cpp:73
bool noHref() const
Specifies that this area is inactive, i.e., has no associated action.
Definition: html_image.cpp:107
HTMLAreaElement & operator=(const HTMLAreaElement &other)
Definition: html_image.cpp:52
DOMString accessKey() const
A single character access key to give access to the form control.
Definition: html_image.cpp:62
void assignOther(const Node &other, int elementId)
Definition: html_element.cpp:176
HTMLElement & operator=(const HTMLElement &other)
Definition: html_element.cpp:41
HTMLImageElement & operator=(const HTMLImageElement &other)
Definition: html_image.cpp:180
DOMString align() const
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Definition: html_image.cpp:201
long hspace() const
Horizontal space to the left and right of this image.
Definition: html_image.cpp:262
DOMString alt() const
Alternate text for user agents not rendering the normal content of this element.
Definition: html_image.cpp:212
DOMString longDesc() const
URI designating a long description of this image or frame.
Definition: html_image.cpp:291
DOMString name() const
The name of the element (for backwards compatibility).
Definition: html_image.cpp:190
HTMLMapElement & operator=(const HTMLMapElement &other)
Definition: html_image.cpp:380
HTMLCollection areas() const
The list of areas defined for the image map.
Definition: html_image.cpp:390
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:271
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.