repr:hintContentStyle

Diagram

Description

Defines the style for displaying the popup hint content.

Contains:

repr:template

Contained by:

repr:Style

repr:hintContentStyle

Part of a YMapsML document that describes the style for popup hint content:

<repr:hintContentStyle>
    <repr:template>#hintTemplate</repr:template>
</repr:hintContentStyle>

Sample template for displaying popup hints:

<repr:Template gml:id="hintTemplate">
    <repr:text><![CDATA[<div><b>$[name]</b> - $[description]</div>]]></repr:text>
</repr:Template>