Attention

TYPO3 v10 has reached end-of-life as of April 30th 2023 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.

Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.

moduleLayout

A ViewHelper for having properly styled backend modules. It is recommended to use it in Fluid Layouts. It will render the required HTML for the doc header. All module specific output and further configuration of the doc header must be rendered as children of this ViewHelper.

Examples

Default:

<be:moduleLayout>
   <f:render section="content" />
</be:moduleLayout>

Output:

<!-- HTML of the backend module -->

Arguments

This ViewHelper has no arguments.