ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Functions | |
show_card_in_popover () | |
description: > Example for rendering a standard popover. More... | |
show_popover_with_async_loaded_content () | |
description: > Example for rendering a standard popover with asynchronous loaded content. More... | |
show_popover_with_different_positions () | |
description: > Example for rendering a standard popover with different positions. More... | |
show_popover_with_vertical_scrollbars () | |
description: > Example for rendering a standard popover with vertical scrollbars. More... | |
ILIAS\UI\examples\Popover\Standard\show_card_in_popover | ( | ) |
description: > Example for rendering a standard popover.
expected output: > ILIAS shows a button titled "Show Card". A click onto the button opens a card popover.
Definition at line 34 of file show_card_in_popover.php.
References $DIC, and $renderer.
ILIAS\UI\examples\Popover\Standard\show_popover_with_async_loaded_content | ( | ) |
description: > Example for rendering a standard popover with asynchronous loaded content.
expected output: > ILIAS shows a button titled "Show Popover". After the first click the text shows up with a short delay.
Definition at line 33 of file show_popover_with_async_loaded_content.php.
References $_SERVER, $DIC, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, exit, and ILIAS\GlobalScreen\Scope\Footer\Factory\withTitle().
ILIAS\UI\examples\Popover\Standard\show_popover_with_different_positions | ( | ) |
description: > Example for rendering a standard popover with different positions.
expected output: > In this example ILIAS shows depending on the screen size and scroll position the popover's text accordingly. ILIAS shows three different buttons. Click onto the button and check if the popover's behaviour aligns with the description in the first sentence of this example's expected output.
Definition at line 36 of file show_popover_with_different_positions.php.
References $DIC, and $renderer.
ILIAS\UI\examples\Popover\Standard\show_popover_with_vertical_scrollbars | ( | ) |
description: > Example for rendering a standard popover with vertical scrollbars.
expected output: > ILIAS shows a button titled "Show me some Series". A click onto the button opens a popover with a longer list of TV-Series.
Definition at line 34 of file show_popover_with_vertical_scrollbars.php.
References $DIC, $renderer, and ILIAS\GlobalScreen\Scope\Footer\Factory\withTitle().