Create screens with a consistent look and feel across your applications by using layouts of a Theme.

Setting Up a Theme

First a theme must be set up:

  1. Make sure the module has a Theme (or a referenced Theme) that defines the screen layouts. Learn how to Create a Theme and Design the Layout of Screens;
  2. Set where the theme is applied:

Creating the Screens

After setting up the theme, the following happens when a screen is created in a web flow:

  1. The web flow has a theme: the screen is created and designed using the web blocks defined in the layouts of the web flow theme;
  2. The module has a theme: the screen is created and designed using the web blocks defined in the layouts of the module's theme;
  3. There's no theme: an empty screen is created for you to design from scratch.

Selected Layout Web Blocks

The layout web blocks used for designing a screen depend on the type of screen or element.

Type of Screen

Web Block

Layout

Info Balloon

Pop-up Editor

Email

Header

Menu

Footer

Blank Screen

X

 

 

 

X

X

X

List Screen

X

 

 

 

X

X

X

Show Screen

X

 

 

 

X

X

X

Edit Screen

X

 

 

 

X

X

X

Info Balloon

 

X

 

 

 

 

 

Pop-up Editor

 

 

X

 

 

 

 

Email

 

 

 

X

 

 

 

The Header, Menu, and Footer are special layout web blocks. They are used for designing the content of Placeholders found in the Layout web block. Learn more about Designing the Layout of Screens.

Learn how to create each kind of screen in the following topics:

See Also

About Themes | Create a Theme | Design the Layout of Screens | Change the Layout of Multiple Screens | Theme Properties