skip to main content
Programmer's documentation > Advanced globalization in JViews Charts > JViews web framework for bidirectional text (bidi) > jvf:tooltipInteractor
 
jvf:tooltipInteractor
The base text direction property is implemented as the attribute baseTextDirection of the tagjvf:tooltipInteractor. For example:
 
<jvf:tooltipInteractor id="tooltipInteractor" baseTextDirection="Contextual"/>
Supported values:
*"LTR": Left to Right text.
*"RTL": Right to Left text.
*"Contextual": the default value, which indicates no predefined direction; the actual direction is determined by the content.
The following limitation exists: if a template is used, contextual direction is not supported. See Using the tooltip template in Using Hitmap Technology>Tooltip interactor.

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.