Contextual help - TooltipButton

The availability of functionality depends on the license and may not be available in all deployments.

A component that displays contextual help in a tooltip placed on the form, not in the context of another component.

Component properties

Eximee Designer property
Attribute name in the Source
Description

Contextual help (section Basic properties)

toolTips

Editor for defining contextual help. Description in: Contextual help - Tooltip

Type of event that triggers opening the help (section Basic properties)

eventType

Type of event that triggers showing the help. Possible values:

  • On click (CLICK) — displays the help content after a mouse click or touch (default setting for the property)

  • On mouse over (MOUSE_OVER) — displays the help content when the mouse cursor hovers over it. For technology channels that do not support a mouse pointer, the behavior is determined by the channel.

Type of event that triggers closing the help (section Basic properties)

eventTypeClose

Type of event that triggers closing the tooltip with help. Possible values:

  • On click (CLICK) — the help content disappears after a mouse click or touch (default setting for the property)

  • On mouse over (MOUSE_OVER) — the help content disappears when the mouse cursor leaves the button

More information about component properties: Common component properties

Illustration 1. Example appearance of the component on the application

Demo application: demoTooltipButton

Last updated

Was this helpful?