Form Layout Description

A default template is used for form to add or edit record, but it can be replaced with another one that is, for example, only for a given form and represents the form fields and data differently.

To do this, it is necessary to copy the entire folder default from /brixy/Common/Views/layouts/form folder to /brixy/App/Views/layouts/form, rename it with a unique name and change the available files. After copying edit Brixy Form and select the name of the new form template.

Each form can be presented in a detailed view.

A default template is used, but it can be replaced with another one that is, for example, only for a given form and represents the form data differently.

To do this, it is necessary to copy the entire folder default from /brixy/Common/Views/layouts/details/view folder to /brixy/App/Views/layouts/details/view, rename it with a unique name and change the available files. After copying edit Brixy Form and select the name of the new template.

The data can also be printed, emailed or a pdf generated from it. Again, default templates are used, which can also be replaced with others that should be located in the appropriate folders:

from /brixy/Common/Views/layouts/details/email folder to /brixy/App/Views/layouts/details/email;

from /brixy/Common/Views/layouts/details/pdf folder to /brixy/App/Views/layouts/details/pdf;

from /brixy/Common/Views/layouts/details/print folder to /brixy/App/Views/layouts/details/print;

Each folder is a single template and must contain replacement files for the default template.

From Brixy Forms->Buttons->Details View tab can control which action buttons to show and how to look it.