ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Functions | |
show_a_single_image () | |
description: > Example for rendering a lightbox image page modal with a single image. More... | |
show_multiple_images () | |
description: > Example for rendering a lightbox image page modal with multiple images. More... | |
ILIAS\UI\examples\Modal\LightboxImagePage\show_a_single_image | ( | ) |
description: > Example for rendering a lightbox image page modal with a single image.
expected output: > ILIAS shows a button titled "Show Image". A click onto the button greys out ILIAS, opens a modal titled "Mountains",
Definition at line 34 of file show_a_single_image.php.
ILIAS\UI\examples\Modal\LightboxImagePage\show_multiple_images | ( | ) |
description: > Example for rendering a lightbox image page modal with multiple images.
expected output: > ILIAS shows a button titled "Show some fancy images". A click onto the button will grey out ILIAS and opens a modal with multiple contents which can be viewed one after another by clicking the arrow glyphs. The modal's background is dark with a light font color. All contents consist of a titled each. In the lower part of the modal a circle glyph is centered about which you can see that you can look at
Definition at line 38 of file show_multiple_images.php.
References $DIC, and $renderer.