ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
info.php
Go to the documentation of this file.
1
<?php
2
function
info
()
3
{
4
global
$DIC
;
5
$f
= $DIC->ui()->factory();
6
$renderer = $DIC->ui()->renderer();
7
8
$buttons = [
$f
->button()->standard(
"Action"
,
"#"
),
$f
->button()->standard(
"Cancel"
,
"#"
)];
9
10
$links = [
11
$f
->link()->standard(
"Open Exercise Assignment"
,
"#"
),
12
$f
->link()->standard(
"Open other screen"
,
"#"
)
13
];
14
15
return
$renderer->render(
$f
->messageBox()->info(
"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
)
16
->withButtons($buttons)
17
->withLinks($links));
18
}
Vendor\Package\$f
$f
Definition:
example_cleaned.php:31
info
info()
Definition:
info.php:2
$DIC
$DIC
Definition:
xapitoken.php:46
src
UI
examples
MessageBox
Info
info.php
Generated on Sun Aug 31 2025 20:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)