XML FOR DOMINO


popup element
Example

Represents a formula or text pop-up hotspot.

Containment Hierarchy

Contained by: %richtext.hot.inline;

Contains: <code>, <popuptext>, %richtext.inline;

Syntax

<!ELEMENT popup ( #PCDATA | popuptext | code | %richtext.inline; )* >

Content

#PCDATA | popuptext | code | %richtext.inline;


Attributes

<!ATTLIST popup
show(%popup.show.types;)"onmouseover"
hotspotstyle(%popup.hotspot.styles;)"border"
regionid%integer;#IMPLIED
>

show


hotspotstyle
regionid
Defined entities for <popup> element

The %popup.hotspot.styles; entity defines the different formatting styles that can be applied to pop-up text.

Syntax:

<!ENTITY % popup.hotspot.styles " border | highlight | none ">

border


highlight
none
The %popup.show.types; entity defines the events that trigger the pop-up display.

Syntax:

<!ENTITY % popup.show.types " onmouseover | onclick ">

onclick


onmouseover
Example
See Also