org.kde.koala
public class HTMLAreaElement extends HTMLElement
UNKNOWN: Client-side image map area definition.
Constructor Summary | |
---|---|
protected | HTMLAreaElement(Class dummy) |
HTMLAreaElement() | |
HTMLAreaElement(HTMLAreaElement other) | |
HTMLAreaElement(Node other) |
Method Summary | |
---|---|
String | accessKey()
A single character access key to give access to the form
control. |
String | alt()
Alternate text for user agents not rendering the normal content
of this element. |
String | coords()
Comma-separated list of lengths, defining an active region
geometry. |
String | href()
The URI of the linked resource. |
boolean | noHref()
Specifies that this area is inactive, i.e., has no associated
action. |
void | setAccessKey(String arg1)
see accessKey |
void | setAlt(String arg1)
see alt |
void | setCoords(String arg1)
see coords |
void | setHref(String arg1)
see href |
void | setNoHref(boolean arg1)
see noHref |
void | setShape(String arg1)
see shape |
void | setTabIndex(long arg1)
see tabIndex |
void | setTarget(String arg1)
see target |
String | shape()
The shape of the active area. |
long | tabIndex()
Index that represents the element's position in the tabbing
order. |
String | target()
Frame to render the resource in. |
UNKNOWN: A single character access key to give access to the form control.
UNKNOWN: Alternate text for user agents not rendering the normal content of this element.
shape
for the shape of the
region. See the
coords attribute definition in HTML 4.0.UNKNOWN: Comma-separated list of lengths, defining an active region geometry.
UNKNOWN: The URI of the linked resource.
UNKNOWN: Specifies that this area is inactive, i.
UNKNOWN: see accessKey
UNKNOWN: see alt
UNKNOWN: see coords
UNKNOWN: see href
UNKNOWN: see noHref
UNKNOWN: see shape
UNKNOWN: see tabIndex
UNKNOWN: see target
coords
. See the
shape attribute definition in HTML 4.0.UNKNOWN: The shape of the active area.
UNKNOWN: Index that represents the element's position in the tabbing order.
UNKNOWN: Frame to render the resource in.