19 declare(strict_types=1);
40 $f = $DIC->ui()->factory();
43 $target = new \ILIAS\Data\URI(
"https://ilias.de");
45 $ico =
$f->symbol()->icon()
46 ->standard(
'someExample',
'Example')
47 ->withAbbreviation(
'E')
49 $link =
$f->link()->bulky($ico,
'Link to ilias.de with Icon', $target);
51 $glyph =
$f->symbol()->glyph()->briefcase();
52 $link2 =
$f->link()->bulky($glyph,
'Link to ilias.de with Glyph', $target);
54 $link3 =
$f->link()->bulky($glyph,
'', $target);
55 $link4 =
$f->link()->bulky($ico,
'', $target);
60 $f->divider()->horizontal(),
62 $f->divider()->horizontal(),
64 $f->divider()->horizontal(),
base()
description: > The Bulky Links in this example point to ilias.de Note the exact look of the Bulky Li...