How to change menu based on page?

0
Suppose in my project there is 2 pages. say eg. dashboard and Employee_Details Here in my dashboard I don't want to show any menu because I have a seperate link to enter into other pages. But once I went inside other pages like Employee_Details I need to show menu.
asked
1 answers
2

Hi Amresh,

It is possible to use different page layouts in Mendix. You can find more info on that here: https://docs.mendix.com/refguide7/layout

In your case you could create a layout without menu that you can assign to the dashboard page and use a separate default layout that you will use for the employee detail page.

Hopefully this answers your question :)

 

answered