|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Functions | |
| base () | |
| decorative () | |
| with_additional_on_load_code () | |
| with_signal_action () | |
| with_string_action () | |
| 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 ILIAS\UI\examples\Layout\Page\Mail\$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.