Skip to content

Introduction

The layout system is responsible for organizing data regarding user defined display options.

Any entity that has Layoutable contents (like Forms) utilizes the layout system to store and relate this data in a consistent manner.

For the intratool frontend, the information stored and managed by the layout system are the source for arranging, styling and sorting content.

A Layout in intratool is always attached to a Layoutable and consists of LayoutRows, LayoutColumns and finally the LayoutElements.

The LayoutElement is a polymorphic description for many different content in intratool, especially FormFields and such.