Expand my Community achievements bar.

SOLVED

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

Avatar

Former Community Member

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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. 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.