|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Functions | |
| base () | |
| with_multiple_toasts () | |
| with_toast () | |
| ILIAS\UI\examples\Toast\Container\base | ( | ) |
description: > Example for rendering a toast container.
expected output: >
Definition at line 32 of file base.php.
References ILIAS\UI\examples\Layout\Page\Mail\$DIC, and $id.
| ILIAS\UI\examples\Toast\Container\with_multiple_toasts | ( | ) |
description: > Example for rendring a toast container with multiple toasts.
expected output: > ILIAS shows a blue button. Clicking that button opens three different messages in the right top edge which
Definition at line 33 of file with_multiple_toasts.php.
| ILIAS\UI\examples\Toast\Container\with_toast | ( | ) |
expected output: > ILIAS shows a blue button. If you click said button a message "Example" appears in the right top edge which
Definition at line 30 of file with_toast.php.