Building The Layout
Using the Query Designer to create the user interface of our application.
Last updated
Using the Query Designer to create the user interface of our application.
Last updated
Now that we have the data set up, it's time to create the user interface described in Getting Started by making use of the Layout Designer.
In this two-part guide we will go through :
creating an App Page which will be the default page the user will see when opening the To Do Application.
creating an Object Page which will allow users to create and modify a task.
For in-depth documentation about building User-Interfaces (UI), you can check out the corresponding documentation page:
The Layout Designer allows us to create user interfaces for different functionalities of an application. It has different kinds of pages, but this tutorial will only be looking at the App Page and Object Page.
To open the Layout Designer, click on Views > Layouts while being in configuration mode.
Now let get started creating some pages with the Layout Designer