ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Functions | |
base () | |
description: > Example for rendering a standard toast. More... | |
with_action () | |
description: > Example for rendering a standard toast with actions. More... | |
with_additional_links () | |
description: > Example for rendering a standard toast with additional links. More... | |
with_description () | |
description: > Example for rendering a standard toast including a description. More... | |
with_link_title () | |
description: > Example for rendering a standard toast with a link title. More... | |
with_long_description () | |
description: > Example for rendering a standard toast including a long description. More... | |
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.
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.
References $DIC, $id, and ILIAS\GlobalScreen\Scope\Footer\Factory\withAction().
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.