Attention

TYPO3 v9 has reached its end-of-life September 30th, 2021 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.

You can order Extended Long Term Support (ELTS) 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.