ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
show_a_single_text.php
Go to the documentation of this file.
1 <?php
3 {
4  global $DIC;
5  $factory = $DIC->ui()->factory();
6  $renderer = $DIC->ui()->renderer();
7  $page = $factory->modal()->lightboxTextPage('Some text content you have to agree on!', 'User Agreement');
8  $modal = $factory->modal()->lightbox($page);
9  $button = $factory->button()->standard('Show Text', '')
10  ->withOnClick($modal->getShowSignal());
11 
12  return $renderer->render([$button, $modal]);
13 }
show_a_single_text()
$DIC
Definition: xapitoken.php:46
$factory
Definition: metadata.php:58