Diagram hot spots

A diagram hot spot represents a particular entity of a diagram, such as a class or use case in HTML output.

Boxes, representing classes, comments, use cases, and other elements in a diagram output as HTML, can be changed to hot spots to open the page for the element. To switch on "hot spot" navigation, make the following configuration changes to the rhapsody.ini :

[ReporterPLUS]
EnableLoadOptions=TRUE
LoadImageMaps=TRUE

The EnableLoadOptions flag enables reading of load optimization flags, such as LoadImageMaps.


Feedback