Hover popup page

0
Hi guys, Is this possible to show a popup page while mouse hover? If yes can u guide me.
asked
2 answers
1

Are you looking to open an actual page or simply a tooltip-like function? With CSS you can have text and other elements hidden by default and shown when you hover over an element (tooltip). Alternatively with javascript you can make a hover behave like a click with the .trigger() function.

answered
1

Aside from being able to use bootstrap tooltips you also have the option to show tooltip pages on data grids.

https://docs.mendix.com/refguide/data-grid

answered