Style container

A section with the style container allows to wrap a set of child sections. In the following the style alert is used as a child section to illustrate the usage of containers. A container can contain one or more sections with any style.

If checkbox export_pdf is selected, a new button PDF Export will be visualized on the top right corner of the container. It provides the opportunity to export all children in the container as a PDF file.

PDF export customization:

  • add CSS class skipPDF in element if you want not to export that child
  • add CSS class pdfStartNewPage in element if you want the this child to be on a new page
  • add CSS class pdfStartNewPageAfter in element if you want to insert a new page after this child

Unknown Style styleSignature

Non-fluid Container

If the field is_fluid is unchecked, the container is stretched to a predefined maximum width on a page.

I am a simple plaintext.
Fluid Container

If the field is_fluid is checked, the container is stretched to the whole of the available space on a page.

I am a simple plaintext.