Overview
Like we explained in other lessons, Pages are the main unit to build User Interfaces in Wayfast. Even if we are building Web 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?
Before creating a page we need to make sure we cover a few conditions. We need a Solution and a Project. We can create them from scratch or reuse an existing project. In this example we are going to reuse our “To-Do App” project. Once we have our Project we need to make sure we have a skin and layout set for this project. You can know more about this steps in the following sections:
...
Info |
---|
For viewing or editing the page you just need to click on the Page name in the list. |
Info |
---|
We can remove pages by clicking on the red “X” icon under the “Delete” column. |
Recap
During In this lesson , we learnt how to create new pages in our project. In the next lessonslesson, 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.
...