Go to the source code of this file.
◆ with_buttons_and_links()
with_buttons_and_links |
( |
| ) |
|
Definition at line 2 of file with_buttons_and_links.php.
References $DIC, and Vendor\Package\$f.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
9 $f->button()->shy(
"Github",
"https://www.github.com"),
10 $f->link()->standard(
"ILIAS",
"https://www.ilias.de")->withOpenInNewViewport(
true)
12 return $renderer->render(
$f->dropdown()->standard($items)->withLabel(
"Actions"));