Web components that support control of base text direction

Control of base text direction is supported by web components that display text and are rendered as HTML on the client side.
These components are:
  • jvf:tooltipInteractor
  • jv:imageButton
  • jv:messageBox
  • jv:menuItem
  • jvf:contextualMenu
  • jvmf:layerTool
The following values of base text direction are supported by these JViews web components:
  • "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.
See Base text direction: supported values for a fuller explanation of supported values of base text direction. JViews web components support a more restricted subset of these values than the rich client.