How to configure a popup menu to show a whole entity related Data?

0
I would like to show a entity related data in popup menu like below image
asked
6 answers
2

Hey Vaishali,

for that, you can create a page with a popup layout and configure it for the data you want to show,

you can refer to the image below,

Hope it helps!

answered
1

Hi Vaishali,

 

You have to create your own logic to achieve this using java script.

place a container next to your button and design it as popup menu, call a list which you wants to show as menu, using java script make the container show and hide on clicking the button.

 

answered
1

Hi Vaishali,

 

You can easily use a reference selector or reference set selector

 

 

Hope this will help.

Good luck,

Jan

answered
1

Hi Vaishali,


As I understand it, you are trying to create a navigation tree that opens by pressing an icon. You can try using Mendix's drop-down button widget for this. Unfortunately the documentation is a bit weak but easy to use. I hope it helps

https://docs.mendix.com/refguide7/drop-down-button/https://docs.mendix.com/refguide7/drop-down-button/

 

Regards

Ridvan

answered
0

It is not a popup menu but it is a dropdown, and can be configured at popup menu available in Mendix

answered
0

I mean the popup menu available in the widgets of mendix is behaving like a drop down Menu

Can you please help me with How Can I use it as a dropdown to show a entity name attribute datas

answered