ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
base.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
32 function base()
33 {
34  global $DIC;
35  $factory = $DIC->ui()->factory();
36  $renderer = $DIC->ui()->renderer();
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);
40 
41  // Note: This modal is just rendered in the DOM but not displayed
42  // because its show/close signals are not triggered by any components
43  return $renderer->render($modal);
44 }
$renderer
base()
description: > Example for rendering an interruptive modal.
Definition: base.php:32
global $DIC
Definition: shib_login.php:22
$message
Definition: xapiexit.php:31