description: > Example for rendering a sub panel.
expected output: >
ILIAS shows a standard panel including a sub panel.
Definition at line 32 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
35 $f = $DIC->ui()->factory();
38 $block =
$f->panel()->standard(
40 $f->panel()->sub(
"Sub Panel Title",
$f->legacy()->content(
"Some Content"))