How can I make a personal center page like the picture shown below in the Mendix?

0
I want to add a profile in my app like this. In my mendix app, I can only create button and click to enter a page showing account information, but how can i do to click the profile and it will not open a  page in popup layout? The expected form is shown in the picture.
asked
1 answers
3
  1. You would need to add a container to your layout that has all the information and options you want to show.
  2. Use css to apply the styling that you need
  3. toggle the visibility with a button (or some clickable container)
answered