TIWHotSpotImage1

In the HotSpotImage editor, Hot Spot Properties section there is a tabbed notebook.  What are the MouseDown, MouseOver and MouseOut tabs for?

 
Can they be used to highlight the active region?  Are there an y examples ofo its use?
 
Thanks
Dan Fields
  • The MouseDown, MouseOver and MouseOut tabs can be used as ScriptEvents to add client-side javascript code.

    For example, if you add the line "alert('mouse down')" in the MouseDown tab, at runtime an alert dialog box will appear when a mousedown event occurs on the selected hotspot.

    Unfortunately there are currently no other examples available.