How to show the popup/helptext on mouse over/click on button in AEM component | Community
Skip to main content
June 15, 2017
Solved

How to show the popup/helptext on mouse over/click on button in AEM component

  • June 15, 2017
  • 1 reply
  • 696 views

How to show the popup/helptext on mouse over/click on button in AEM component

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BrianKasingli

You'd have to create a custom client library for the popup behavior. And make sure you use data-attribute's from sightly, so you can pass in the component's properties to it, so your JavaScript can utilize it to print the correct words within the popup. 

1 reply

BrianKasingli
Community Advisor and Adobe Champion
BrianKasingliCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
July 17, 2023

You'd have to create a custom client library for the popup behavior. And make sure you use data-attribute's from sightly, so you can pass in the component's properties to it, so your JavaScript can utilize it to print the correct words within the popup.