19 declare(strict_types=1);
35 $factory = $DIC->ui()->factory();
38 $actions = $factory->dropdown()->standard(array(
39 $factory->button()->shy(
"ILIAS",
"https://www.ilias.de"),
40 $factory->button()->shy(
"GitHub",
"https://www.github.com")
43 $legacy = $factory->legacy()->content(
"Legacy content");
45 $panel = $factory->panel()->secondary()->legacy(
48 )->withActions($actions);
base()
description: > Example for rendering a secondary legacy panel listing.