Layout

The Layouter is used to configure the front end form for the models and its records. A simple html syntax is used without head and body tags.

Structure Elements

Tabs

<tab name="Tab_Name" active="true">
    ...
</tab>

Collapse Panel

<data name="Properties">
    <variable ident="ident_name" />
</data>

OOTB Elements

Calendar Start & End Date

<variable ident="calendar_start" access="write" />
<variable ident="calendar_end" access="write" />