XML FOR DOMINO
Represents an Action Hotspot. This element should contain a code element that contains the simple action, formula, LotusScript, or JavaScript code to execute when a user clicks the action hotspot. It should also contain richtext, which is the text that a user clicks to trigger the action.
Containment Hierarchy
Contained by: %richtext.hot.inline;
Contains: <code>, %richtext.inline;
Syntax
<!ELEMENT actionhotspot ( #PCDATA | code | %richtext.inline; )* >
Content
#PCDATA | code | %richtext.inline;
<!ATTLIST actionhotspot
hotspotstyle
The %action.hotspot.styles; entity defines the style of the clickable rich text area of the action hotspot.
Syntax:
<!ENTITY % action.hotspot.styles "border | none">
border