19 declare(strict_types=1);
37 $factory = $DIC->ui()->factory();
40 $tags = [
"PHP",
"ILIAS",
"Sofware",
"SOLID",
"Domain Driven"];
43 foreach ($tags as $tag) {
44 $html .=
$renderer->render($factory->button()->tag($tag,
""));
47 $legacy = $factory->legacy()->content($html);
48 $link = $factory->button()->Shy(
"Edit Keywords",
"");
50 $panel = $factory->panel()->secondary()->legacy(
"panel title", $legacy)->withFooter($link);
with_footer()
description: > Example for rendering a secondary legacy listing panel with a footer.