ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Functions | |
show_a_single_text () | |
description: > Example for rendering a lightbox text page modal with a single text. More... | |
show_multiple_texts () | |
description: > Example for rendering a lightbox text page modal with multiple texts. More... | |
ILIAS\UI\examples\Modal\LightboxTextPage\show_a_single_text | ( | ) |
description: > Example for rendering a lightbox text page modal with a single text.
expected output: > ILIAS shows a button titled "Show Text".
Definition at line 33 of file show_a_single_text.php.
ILIAS\UI\examples\Modal\LightboxTextPage\show_multiple_texts | ( | ) |
description: > Example for rendering a lightbox text page modal with multiple texts.
expected output: > ILIAS shows a button titled "Show texts". A click onto the button greys out ILIAS and opens a modal with multiple contents which can be viewed each after another by clicking the arrow glyphs. All contents consist of a title each. In the lower part of the modal a circle glyph is centered about which you can see that you can look at two contents
Definition at line 37 of file show_multiple_texts.php.