ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
getContent () | |
Get the components representing the content of the popover. More... | |
![]() | |
withTitle (string $title) | |
Get the same popover displaying a title above the content. More... | |
getTitle () | |
Get the title of the popover. More... | |
withVerticalPosition () | |
Get the same popover being rendered below or above the trigger, based on the available space. More... | |
withHorizontalPosition () | |
Get the same popover being rendered to the left or right of the trigger, based on the available space. More... | |
getPosition () | |
Get the position of the popover. More... | |
withAsyncContentUrl (string $url) | |
Get a popover like this who's content is rendered via ajax by the given $url before the popover is shown. More... | |
getAsyncContentUrl () | |
Get the url returning the rendered content, if the popovers content is rendered via ajax. More... | |
getShowSignal () | |
Get the signal to show this popover in the frontend. More... | |
getReplaceContentSignal () | |
Get the signal to replace the content of this popover. More... | |
withFixedPosition () | |
Get a popover which can be used in fixed places such as the main menu. More... | |
isFixedPosition () | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
reduceWith (\Closure $fn) | |
The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
![]() | |
withResetSignals () | |
Get a component like this but reset (regenerate) its signals. More... | |
![]() | |
withOnLoadCode (Closure $binder) | |
withAdditionalOnLoadCode (Closure $binder) | |
Add some onload-code to the component instead of replacing the existing one. More... | |
getOnLoadCode () | |
Get the currently bound on load code. More... | |
Additional Inherited Members | |
![]() | |
const | POS_AUTO = 'auto' |
const | POS_VERTICAL = 'vertical' |
const | POS_HORIZONTAL = 'horizontal' |
Definition at line 30 of file Standard.php.
ILIAS\UI\Component\Popover\Standard::getContent | ( | ) |
Get the components representing the content of the popover.