6 $renderer = $DIC->ui()->renderer();
8 $message =
'Here you see an interruptive Item:';
9 $icon =
$factory->image()->standard(
'./templates/default/images/icon_crs.svg',
'');
11 ->withAffectedItems(array(
16 'Note, this item is currently only to be used in interruptive Modal.' 20 'Title of the other Item',
26 $button =
$factory->button()->standard(
'Show an interruptive Item',
'')
27 ->withOnClick($modal->getShowSignal());
30 return $renderer->render([$button, $modal]);