Overview
This lesson is focused on how we can create new Pages in Wayfast. Like we explained in other lessons, Pages are the main unit to build User Interfaces in Wayfast. Even if we are building Web Applications or Mobile applications the life of our end users inside our app is going to happen between pages. You can think of a page as an application screen. Pages are made of controls, datasets and actions. The visual structure of a Wayfast page is defined by its layout.
How to create a new Page in a Project?
Once we generated a Project and built the structure connecting a database (DB), let’s work on create new pages and associate them to the project.
...
Info |
---|
We can remove any new page item clicking on “Cross” red icon under the “Delete” column. |
Recap
During this lesson, we learnt how to create new pages in our new project. You can think of a page as an application screen. In the next lessons, we will work on how we can add visual controls to a page, connect it with a data source and add behavior to it through actions.
...