|
|
Client-side image map area definition. See the AREA element definition in HTML 4.0.
| HTMLAreaElement ()
| HTMLAreaElement |
| HTMLAreaElement (const HTMLAreaElement &other)
| HTMLAreaElement |
| HTMLAreaElement (const Node &other)
| HTMLAreaElement |
| HTMLAreaElement (HTMLAreaElementImpl *impl)
| HTMLAreaElement |
[protected]
| HTMLAreaElement & operator = (const HTMLAreaElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLAreaElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLAreaElement ()
| ~HTMLAreaElement |
| DOMString accessKey ()
| accessKey |
[const]
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.
| void setAccessKey ( const DOMString & )
| setAccessKey |
see accessKey
| DOMString alt ()
| alt |
[const]
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0.
| void setAlt ( const DOMString & )
| setAlt |
see alt
| DOMString coords ()
| coords |
[const]
Comma-separated list of lengths, defining an active region
geometry. See also shape for the shape of the
region. See the
coords attribute definition in HTML 4.0.
| void setCoords ( const DOMString & )
| setCoords |
see coords
| DOMString href ()
| href |
[const]
The URI of the linked resource. See the href attribute definition in HTML 4.0.
| void setHref ( const DOMString & )
| setHref |
see href
| bool noHref ()
| noHref |
[const]
Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.0.
| void setNoHref ( bool )
| setNoHref |
see noHref
| DOMString shape ()
| shape |
[const]
The shape of the active area. The coordinates are given by
coords . See the
shape attribute definition in HTML 4.0.
| void setShape ( const DOMString & )
| setShape |
see shape
| long tabIndex ()
| tabIndex |
[const]
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.
| void setTabIndex ( long )
| setTabIndex |
see tabIndex
| DOMString target ()
| target |
[const]
Frame to render the resource in. See the target attribute definition in HTML 4.0.
| void setTarget ( const DOMString & )
| setTarget |
see target
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |