Go to the source code of this file.
◆ confirmation()
Definition at line 2 of file confirmation.php.
References $DIC, and $f.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 $buttons = [
$f->button()->standard(
"Confirm",
"#"),
$f->button()->standard(
"Cancel",
"#")];
10 return $renderer->render(
$f->messageBox()->confirmation(
"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.")->withButtons($buttons));