19 declare(strict_types=1);
35 $factory = $DIC->ui()->factory();
37 $message =
'Are you sure you want to delete the following items?';
38 $form_action = $DIC->ctrl()->getFormActionByClass(
'ilsystemstyledocumentationgui');
39 $modal = $factory->modal()->interruptive(
'My Title',
$message, $form_action);
base()
description: > Example for rendering an interruptive modal.