View

A View in an app is the equivalent of a Page in a Website.
A View always have a root Layout which supports the UI components.

 
UI component on the root Layout of a View are usually Blocks
they can also be other Layouts.

There are no limits on how many Layout another Layout can contain.

Create a new View
 
 


The pop up will prompt you to give the View a name and select the "Orientation"


 

Edit, Copy, Delete a View


In the App Tree, Select the View Level Menu.

 


View Events 

All the dynamic in EachScape is driven by Event and Actions.

Events are triggered at 3 different levels:
  • Block
  • View
  • Application

To access View Event, Select the View Level Menu:


Learn More

- What is a Layer?

- Introduction to Layouts