18
Views
3
Comments
Solved
How can I have components added automatically to new screen

When creating a new screen in OutSystems, the top menu is always automatically added. How can I have other components added automatically to new screen as well? 

2019-11-11 17-10-24
Manish Jawla
 
MVP
Solution

Hi @Nam Tran Dinh ,

Whenever we create a new application in OutSystems, it consists of a theme, and when you select that theme, you will get to know what kind of screen-layout is selected by default for that theme.

Now, it's up to you, either you can change that default layout to sidemenu, topmenu, etc and whatever elements you would like to add to your layout will become available to pages (menu, header, footer) when you add new page to your module. 

Please find the below screenshot for example.

If you are interest to learn more about UI please check the below link:

https://learn.outsystems.com/training/journeys/front-end-developer-650 

Regards,

Manish Jawla

2024-09-24 03-11-24
Nam Tran Dinh

Thanks, this is exactly what I was looking for.

2020-11-25 10-45-32
Mostafa Othman
Champion

Hello,

You can add this component to default Layout that you are using into your screens

2019-11-11 17-10-24
Manish Jawla
 
MVP
Solution

Hi @Nam Tran Dinh ,

Whenever we create a new application in OutSystems, it consists of a theme, and when you select that theme, you will get to know what kind of screen-layout is selected by default for that theme.

Now, it's up to you, either you can change that default layout to sidemenu, topmenu, etc and whatever elements you would like to add to your layout will become available to pages (menu, header, footer) when you add new page to your module. 

Please find the below screenshot for example.

If you are interest to learn more about UI please check the below link:

https://learn.outsystems.com/training/journeys/front-end-developer-650 

Regards,

Manish Jawla

2024-09-24 03-11-24
Nam Tran Dinh

Thanks, this is exactly what I was looking for.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.