Page layout
Components in this category are used to arrange the components inserted into them.
Absolute Container
After being added to the page, the Absolute Container can be freely resized. And elements in an absolute container can be freely moved. For the behavior of the Absolute Container, there are three possible settings: Percentage (default active): The container adjusts its height and width relative to the element it is in. Scaling: The Absolute Container adjusts relative to the size of the element it is in, while maintaining its aspect ratio. Absolute Size: The Absolute Container maintains its size (in pixels). For the behavior of elements in an Absolute Container, there are two settings: Percentage: The element scales with the Absolute Container. Fixed Width: The element maintains its size (in pixels).
Container
After being added to a page, the Container can be resized in height. It is used to horizontally or vertically arrange elements dragged into the container. Additionally, it can be configured how the elements should be arranged.
Grid Container
When a Grid Container is added to a page, it already has a row with two columns, as it serves the tabular arrangement of components. If a row or column is selected, a new element can be added via the icon. The sum of the column widths is 12, so that one to a maximum of 12 columns can be added per row and the column widths can be adjusted accordingly.
Last updated