rtHotspot
ActionType
Border
Content
Formula
hasJavaScript
Highlight
HotspotType
HTML
JavaScript
LotusScript
ParentContainer
ParentObject
root
Add
getText
New
Sign
| version 1.5
Property Get/Set HotspotType As Integer
Apart from action hotspots,
rtHotspot class object is used to return directly unsupported hotspots like embedded domino objects - views, outlines or java applets. Hotspot type allows distinguish hotspots actions for from those other - partly supported types. Available values are:
HOTSPOTREC_TYPE_HOTREGION - The hotspot is a button whose presentation is an arbitrary region of the rich text field. This region is bounded by the CDHOTSPOTBEGIN and CDHOTSPOTEND records.
HOTSPOTREC_TYPE_SECTION - The hotspot is a Notes Release 3 section field hotspot.
HOTSPOTREC_TYPE_V4_SECTION - The hotspot is an access controlled collapsible section.
HOTSPOTREC_TYPE_SUBFORM - The hotspot is a subform.
HOTSPOTREC_TYPE_ACTIVEOBJECT - The hotspot is an active object - like java applet.
HOTSPOTREC_TYPE_OLERICHTEXT - The hotspot is an OLE rich text object.
HOTSPOTREC_TYPE_EMBEDDEDVIEW - The hotspot is an embedded view.
HOTSPOTREC_TYPE_EMBEDDEDFPANE - The hotspot is an embedded folder pane.
HOTSPOTREC_TYPE_EMBEDDEDNAV - The hotspot is an embedded navigator.
HOTSPOTREC_TYPE_FILEUPLOAD - The hotspot is a file upload placeholder.
HOTSPOTREC_TYPE_EMBEDDEDOUTLINE - The hotspot is an embedded outline.
HOTSPOTREC_TYPE_EMBEDDEDCTL - The hotspot is an embedded control window.
HOTSPOTREC_TYPE_EMBEDDEDCALENDARCTL - The hotspot is an embedded calendar control (date picker).
HOTSPOTREC_TYPE_EMBEDDEDSCHEDCTL - The hotspot is an embedded scheduling control. Other hotspot types are suported by specific hotspot subtypes like
rtAttachment,
rtHotLink,
rtButton,
rtSection. The action hotspots - Simple action/formula/javascript/lotusscript hotspots have Hotspottype = HOTSPOTREC_TYPE_HOTREGION
Hotspot creation
|