ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Interface LightboxPage. More...
Public Member Functions | |
getTitle () | |
Get the title of this page, displayed as title in the lightbox modal. More... | |
getComponent () | |
Get the component representing the media item to be displayed in the modals content section, e.g. More... | |
Interface LightboxPage.
A lightbox page represents a page displaying a media element, such as image, video or text.
Definition at line 30 of file LightboxPage.php.
ILIAS\UI\Component\Modal\LightboxPage::getComponent | ( | ) |
Get the component representing the media item to be displayed in the modals content section, e.g.
an image.
Implemented in ILIAS\UI\Implementation\Component\Modal\LightboxImagePage, ILIAS\UI\Implementation\Component\Modal\LightboxTextPage, and ILIAS\UI\Implementation\Component\Modal\LightboxCardPage.
Referenced by ILIAS\UI\Implementation\Component\Modal\Renderer\renderPage().
ILIAS\UI\Component\Modal\LightboxPage::getTitle | ( | ) |
Get the title of this page, displayed as title in the lightbox modal.
Implemented in ILIAS\UI\Implementation\Component\Modal\LightboxImagePage, ILIAS\UI\Implementation\Component\Modal\LightboxTextPage, and ILIAS\UI\Implementation\Component\Modal\LightboxCardPage.
Referenced by ILIAS\UI\Implementation\Component\Modal\Renderer\renderPage().