ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Functions | |
base () | |
decorative () | |
description: > Base example for rendering an Image with only decorative purpose (see accessibility rules in images) More... | |
with_additional_on_load_code () | |
description: > Example showing how JS-Code can be attached to images. More... | |
with_signal_action () | |
description: > Example for rendering an Image with a signal as action More... | |
with_string_action () | |
description: > Example for rendering an Image with a string as action More... | |
ILIAS\UI\examples\Image\Standard\base | ( | ) |
description: > Base example for rendering an Image.
expected output: > ILIAS shows a rendered image with a grey background. While changing the size of the browser window the
Definition at line 33 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Image\Standard\decorative | ( | ) |
description: > Base example for rendering an Image with only decorative purpose (see accessibility rules in images)
expected output: > ILIAS shows a rendered image with a grey background. While changing the size of the browser window the
Definition at line 34 of file decorative.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Image\Standard\with_additional_on_load_code | ( | ) |
description: > Example showing how JS-Code can be attached to images.
expected output: >
Definition at line 32 of file with_additional_on_load_code.php.
References $DIC, Vendor\Package\$f, $id, and $renderer.
ILIAS\UI\examples\Image\Standard\with_signal_action | ( | ) |
description: > Example for rendering an Image with a signal as action
expected output: >
Definition at line 32 of file with_signal_action.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Image\Standard\with_string_action | ( | ) |
description: > Example for rendering an Image with a string as action
expected output: >
Definition at line 32 of file with_string_action.php.
References $DIC, Vendor\Package\$f, and $renderer.