3 declare(strict_types=1);
Describes the Popover component.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withTitle(string $title)
Get the same popover displaying a title above the content.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPosition()
Get the position of the popover.
getReplaceContentSignal()
Get the signal to replace the content of this popover.
This signal replaces the content of a component by ajax.
withFixedPosition()
Get a popover which can be used in fixed places such as the main menu.
getAsyncContentUrl()
Get the url returning the rendered content, if the popovers content is rendered via ajax...
withHorizontalPosition()
Get the same popover being rendered to the left or right of the trigger, based on the available space...
withVerticalPosition()
Get the same popover being rendered below or above the trigger, based on the available space...
getShowSignal()
Get the signal to show this popover in the frontend.
getTitle()
Get the title of the popover.
withAsyncContentUrl(string $url)
Get a popover like this who's content is rendered via ajax by the given $url before the popover is sh...