Go to the source code of this file.
◆ with_aria_label()
Definition at line 2 of file with_aria_label.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->button()->shy(
"Bugs",
"https://mantis.ilias.de"),
12 return $renderer->render(
$f->dropdown()->standard($items)->withAriaLabel(
"MyLabel"));