154
Views
4
Comments
Solved
how to create a custom template ?
Question

how to create a custom template ?

UserImage.jpg
G Andrew Duthie
 
MVP
Solution

App Template creation is pretty simple.

  1. Create a Web Application, starting from an existing template, and add whatever styles, themes, dependencies, and components you wish to have as part of the template.
  2. Name the Module with the syntax Template_<module_name>.
  3. Provide a description and an icon in the Module properties.
  4. Publish. You can now create new applications from your template.

Documentation here: https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Reuse_UI/Create_a_Custom_Application_Template

2019-05-22 11-30-09
Marcelo Ferreira

Hi Henrique,

I suggest you to check this course and come back with a more specific question. This is for Outsystems 10 but is a good start.

Regards,

Marcelo

UserImage.jpg
G Andrew Duthie
 
MVP

Henrique Boiteux wrote:

how to create a custom template ?

App template? Or Screen Template?


2022-03-16 23-32-24
Henrique Boiteux

I need to create a web template for use in other applications.

UserImage.jpg
G Andrew Duthie
 
MVP
Solution

App Template creation is pretty simple.

  1. Create a Web Application, starting from an existing template, and add whatever styles, themes, dependencies, and components you wish to have as part of the template.
  2. Name the Module with the syntax Template_<module_name>.
  3. Provide a description and an icon in the Module properties.
  4. Publish. You can now create new applications from your template.

Documentation here: https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Reuse_UI/Create_a_Custom_Application_Template

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