Hover over the text

0
Hi All, I have situation where they will be generating one link and it will shared to there customers to get survey on thier product. After they generated the link they have to share it to the customers. To share that link we have used clipboard copy widget to copy the link and the link is getting copied. after they click on that widget it show a hover like link is copied . How i can achieve this?
asked
4 answers
0

Hi Prajwal,

 

You could use the Tooltip widget from the marketplace to achieve that. Tooltip

 

Hope this helps!

answered
0

Hi PRAJWAL BHARADWAJ,

You wanted a toaster-like message if I am not wrong. you can check this module https://marketplace.mendix.com/link/component/118651

 

answered
0

Hi,

If I understand correctly you want show a small temporary pop-up as feedback to the user that the link has been copied?

We use the Snackbar widget for this. 

answered
0

Hello,

You can also use HTMLSnippet/HTMLSnippetContext and identify the control which needs have tooltip and write a code in Jquery. Let me know if you need an example for the same.

 

answered