This documentation guides you in creating a Layout on Insites. You can use one of two ways to create a Layout:
The primary objective of this guide is to showcase the process of creating a Layout using code.
You may use the forms and other user interface elements on the Instance Admin to create and manage your Layouts. An overview of the steps is as follows:
Please visit our documentation on Layouts for a complete guide on using and managing Layouts via the Instance Admin.
To follow the steps in this tutorial, you must have the
Creating a Layout is a three-step process:
To correctly communicate with the Insites engine and API, your codebase should be organized into a specific directory structure. The root directory of your project should contain the
If you are starting from scratch (without having created the codebase), create a
If you have already installed the codebase, you can skip this step and locate your
In the
Edit the
Find a sample layout file with explanations below:
The special variable
Save your Layout file.
Congratulations! You have created a layout file. Now you can create a page that uses this layout: Creating a Page
Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.