11 $renderer = $DIC->ui()->renderer();
13 $modal =
$factory->modal()->roundtrip(
15 $factory->legacy(
'See the Close Button in the top right corner.')
17 $button1 =
$factory->button()->standard(
'Show Close Button Demo',
'#')
18 ->withOnClick($modal->getShowSignal());
20 return $renderer->render([$button1, $modal]);
modal()
This second example shows a scenario in which the Close Button is used in an overlay as indicated in ...