Can I use HTML code in my application for Menu bar and navigation bar?

-1
Hi,  In my application, I have a navigation bar. I want to add 3 level drop down to that navigation bar. How can I use HTML to add that multi-level drop down.   Thanks, Venkat
asked
1 answers
1

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