How can I create Multi-level Dropdowns from the header?

0
Hi. In my application I have Accounts, Leads, Inquiries, Ordermanagement, Invoice tabs in header. I want to add Sub items to these tabs. e.g., For Accounts tab, I want A1, A2 ,A3 in dropdown. And for A1 I want A11, A12, A13, A14. For A2, A21, A22. For A3, A31. For A4,  A41, A42, A43. Can I make them using the existing functionality? Or do I need to add extra code? Can anyone please help me. Thanks, Venkat.
asked
2 answers
0

Hi Venkat, there's a multi level widget available in the appstore , which allows you to create multi-level dropdowns from data.

You can also create fixed multi-level dropdowns by creating a navigation menu that can be used by a menu widget. Hope this helps.

answered
0

You should not have to use anything outside the framework of Mendix to accomplish this. You are able to setup multi level dropdowns by creating new items and putting subitems within them. 

 

1. Create item that does nothing

2. Add new items and drag/drop into that first item. 

3. If you need to add any items to the items created in step 2 then do the same thing. 

 

This should accomplish what you are looking for in a very simple way

answered