ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Functions | |
base () | |
description: > Example for rendering a toast container. More... | |
with_multiple_toasts () | |
description: > Example for rendring a toast container with multiple toasts. More... | |
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.
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.