Go to the source code of this file.
◆ success()
Definition at line 2 of file success.php.
References $DIC, and $f.
Referenced by php4DOMDocument\__construct(), and ilPCParagraph\setText().
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 $buttons = [
$f->button()->standard(
"Action",
"#"),
$f->button()->standard(
"Cancel",
"#")];
10 return $renderer->render(
$f->messageBox()->success(
"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));