jvf:contextualMenu

The base text direction property is implemented as the attribute baseTextDirection of the tag jvf:contextualMenu. For example:
<jvf:contextualMenu id="cMenu" baseTextDirection="LTR"/>
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.