TooltipPlacement

Allowed values for the placement property of the tooltip configuration.
 

Example

The following is an example of how to reference the TooltipPlacement object:

	// The full path is required.
	dundas.ui.TooltipPlacement.ABOVE
	

 

Properties

 
  Name Description
  ABOVE Tooltip is placed above the target element.
  BELOW Tooltip is placed below the target element.
  LEFT Tooltip is placed left of the target element.
  POINTER Tooltip is placed at the pointer position.
  RIGHT Tooltip is placed right of the target element.