Notification Bell Pop-over

0
Hello! I want to implement this exact Notification system. I already managed to create the bell icon with the counter of new notifications (even tho it doesn't work in real time, idk how to do that without affecting the work user does on the page) and now I want to create the popover page with the list of notifications.  Help, thanks!  
asked
1 answers
2

You could use the popup menu widget for it.

https://marketplace.mendix.com/link/component/115826

 

Add the widget in the page or navigation lay-out where you have your bell image now.

 

In the widget:

- Enable advanced options 

- Add a menu item with on click action: 'Do nothing'

- Set the 'Open on' setting to 'Hover'

 

Place your bell image in section: 'The area to open or close the menu'.

Place your list with notifcations in section: 'Menu items/1/Content'.

answered