|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Functions | |
| base () | |
| with_action () | |
| with_additional_links () | |
| with_description () | |
| with_link_title () | |
| with_long_description () | |
| ILIAS\UI\examples\Toast\Standard\base | ( | ) |
description: > Example for rendering a standard toast.
expected output: > ILIAS shows a blue button "Show". Clicking onto the button opens a message "Example" on the right top edge which
Definition at line 33 of file base.php.
References ILIAS\UI\examples\Layout\Page\Mail\$DIC, and $id.
| ILIAS\UI\examples\Toast\Standard\with_action | ( | ) |
description: > Example for rendering a standard toast with actions.
expected output: > ILIAS shows a blue button "Show". Clicking onto the button opens a message "Example" on the right top edge which
Definition at line 33 of file with_action.php.
| ILIAS\UI\examples\Toast\Standard\with_additional_links | ( | ) |
description: > Example for rendering a standard toast with additional links.
expected output: > ILIAS shows a blue button "Show". Clicking onto the button opens a message "Example" on the right top edge including
Definition at line 33 of file with_additional_links.php.
| ILIAS\UI\examples\Toast\Standard\with_description | ( | ) |
description: > Example for rendering a standard toast including a description.
expected output: > ILIAS shows a blue button "Show". Clicking onto the button opens a message "Example" including a description on the
Definition at line 33 of file with_description.php.
| ILIAS\UI\examples\Toast\Standard\with_link_title | ( | ) |
description: > Example for rendering a standard toast with a link title.
expected output: > ILIAS shows a blue button "Show". Clicking onto the button opens a message "Example" on the right top edge which
Definition at line 33 of file with_link_title.php.
| ILIAS\UI\examples\Toast\Standard\with_long_description | ( | ) |
description: > Example for rendering a standard toast including a long description.
expected output: > ILIAS shows a blue button "Show". Clicking onto the button opens a message "Example" including a long description on
Definition at line 33 of file with_long_description.php.