3 declare(strict_types=1);
24 $f = $DIC->ui()->factory();
27 $target = new \ILIAS\Data\URI(
"https://ilias.de");
29 $ico =
$f->symbol()->icon()
30 ->standard(
'someExample',
'Example')
31 ->withAbbreviation(
'E')
33 $link =
$f->link()->bulky($ico,
'Link to ilias.de with Icon', $target);
35 $glyph =
$f->symbol()->glyph()->briefcase();
36 $link2 =
$f->link()->bulky($glyph,
'Link to ilias.de with Glyph', $target);
38 $link3 =
$f->link()->bulky($glyph,
'', $target);
39 $link4 =
$f->link()->bulky($ico,
'', $target);
44 $f->divider()->horizontal(),
46 $f->divider()->horizontal(),
48 $f->divider()->horizontal(),
base()
description: > The Bulky Links in this example point to ilias.de Note the exact look of the Bulky Li...