ViewHelper Documentation
renderChildren
Render the inner parts of a Widget. This ViewHelper can only be used in a template which belongs to a Widget Controller.
It renders everything inside the Widget ViewHelper, and you can pass additional arguments.
= Examples =
Header
<f:renderChildren arguments="{foo: 'bar'}" />
Footer
<-- in the outer template, using the widget -->
<x:widget.someWidget> Foo: {foo} </x:widget.someWidget>
Arguments
This ViewHelper has no arguments