Building user interfaces
Mendix provides the construct of the page to build the user interface of your application. This section will teach you about pages and how to build them. Pages are built with layouts and widgets in Studio Pro. Layouts are re-usable elements that can be applied to pages and provide common components to the page such as menus, headers, and footers. Widgets provide elements such as text boxes, sliders, and more to allow users to interact with your app's pages. Atlas UI provides page templates and other building blocks to give your pages a modern design with standard web elements.
As you go through the exercises in this chapter, you will create a page, learn about the Atlas UI building blocks and other widgets to design your page, and use buttons and navigation to call your page. These skills will help you to build robust user interfaces with the given elements in Mendix Studio Pro.
Creating a new page
In Mendix Studio Pro, there are a few ways to...