Defining Tooltip display and trigger options

From the Adopt Editor left-side panel, access the Properties of a Tooltip and open the Display tab:

  • Enable or disable the Hint icon for the tooltip.

  • Define the display triggers to specify when the tooltip should appear: at the beginning or upon completing an action.

    • Spot/Unspot triggers work for elements visible on the page, while Present/Unpresent refer to elements that exist but may not be visible on the page—set as hidden in the CSS, for example.

    • Spot in viewport triggers the tooltip when the element is visible on the employee screen.

    • Fill select/value and move on triggers the tooltip for interactions with input fields on the page, such as typing a word in a search bar or selecting an option from a dropdown.

    • Element loses focus triggers the tooltip when clicking away from a focused page elements. For example, click away to disable typing from a search bar.

Last updated

Was this helpful?