imagemap (Domino DTD)
Represents an imagemap that contains a graphic that has a hotspot area allocated as a circle, polygon, or rectangle within the graphic content.
Containment Hierarchy
Contained by: %richtext.nonhot.inline;
Syntax
<!ELEMENT imagemap ( picture, area+ )>
Contents
picture, area
Contains a <picture> element, followed by one or more <area> elements.
Attributes
<!ATTLIST imagemap
lastdefaultid |
%integer; |
#IMPLIED |
---|---|---|
lastrectangleid |
%integer; |
#IMPLIED |
lastcirleid |
%integer; |
#IMPLIED |
lastpolygonid |
%integer; |
#IMPLIED |
>
lastcircleid
Used by the Notes client to determine the next HTML ID to assign to a new Hotspot Circle.
lastdefaultid
Used by the Notes client to determine the next HTML ID to assign to a new Default Hotspot.
lastpolygonid
Used by the Notes client to determine the next HTML ID to assign to a new Hotspot Polygon.
lastrectangleid
Used by the Notes client to determine the next HTML ID to assign to a new Hotspot Rectangle.