moduleLayout ViewHelper <backend: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>
Copied!

Output:

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

Copied!

Arguments

name

DataType
string
Required
false
Description
Name of the module, defaults to the current plugin name, if available

title

DataType
string
Required
false
Description
Title of the module.