ModuleLayout ViewHelper <be: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!

Source code

Go to the source code of this ViewHelper: ModuleLayoutViewHelper.php (GitHub).

Arguments

The following arguments are available for <be:moduleLayout>:

Name Type Default
string
string
name
Type
string

Name of the module, defaults to the current plugin name, if available

title
Type
string

Title of the module.