19 declare(strict_types=1);
32 $f = $DIC->ui()->factory();
35 $icon =
$f->symbol()->glyph()->comment();
36 $contents =
$f->legacy()->content(
"some contents.");
37 $slate1 =
$f->maincontrols()->slate()->legacy(
'legacy1', $icon, $contents);
38 $slate2 =
$f->maincontrols()->slate()->legacy(
'legacy2', $icon, $contents);
39 $divider =
$f->divider()->horizontal()->withLabel(
'Horizontal Divider with Text');
41 $glyph =
$f->symbol()->glyph()->briefcase();
42 $button =
$f->button()->bulky($glyph,
'Button',
'#');
44 $slate =
$f->maincontrols()->slate()
45 ->combined(
'combined_example',
$f->symbol()->glyph()->briefcase())
46 ->withAdditionalEntry($slate1)
47 ->withAdditionalEntry($button)
48 ->withAdditionalEntry($divider)
49 ->withAdditionalEntry($slate2);
52 $triggerer =
$f->button()->bulky(
57 ->withOnClick($slate->getToggleSignal());
combined()
expected output: > ILIAS shows the rendered Component.