1. Component library

ToolTip

Version:

A ToolTip control displays a tooltip. A tooltip is a small, rectangular pop-up window that contains a brief description of a SPEAK control. All SPEAK controls have a ToolTip property that also shows a tooltip for the control. When you use the ToolTip control instead of the ToolTip property, you can set the style and the behavior of the pop-up window in a number of ways that you cannot do for the ToolTip property.

The ToolTip control displays a tooltip for a specific control. You specify the association between the controls in the TargetControl property of the ToolTip control.

Properties

NameDescriptionDefault
Appearance
SimpleIf false, the ToolTip control shows the value of the Title property as a title.True
Behavior
ContainsHTMLIf true, HTML in the Content and Title properties is rendered as HTML. If false, HTML is shown literally.False
PlacementSpecify how SPEAK positions the tooltip relative to the control it is a tooltip for. Possible values: bottom, left, right, top.Bottom.
TargetControlSpecify the ID of the control that the tooltip is a tooltip for.
Data
ContentSpecify the text of the tooltip. If ContainsHTML is true, the ToolTip control parses and renders HTML.
TitleSpecify a text that the ToolTip control displays as a title when the Simple property is false.

Configuration

You can create a configuration item for a ToolTip control by creating an item based on the ToolTip Parameters template.

The configuration item has these specific fields:

  • Animation
  • Simple
  • Delay
  • TargetControl
  • Placement
  • ContainsHTML
  • Content
  • Title

It inherits these fields:

  • IsVisible
  • AccessKey
  • Tooltip
  • Behaviors
  • Id
If you have suggestions for improving this article, let us know!