3 declare(strict_types=1);
102 string $description =
''
roundtrip(string $title, array $content, array $inputs=[], string $post_url=null)
description: purpose: > Round-Trip modals are to be used if the context would be lost by performing ...
lightboxImagePage(Image $image, string $title, string $description='')
description: purpose: > A Lightbox image page represents an image inside a Lightbox modal...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
interruptive(string $title, string $message, string $form_action)
description: purpose: > An Interruptive modal disrupts the user in critical situation, forcing him or her to focus on the task at hand.
lightboxTextPage(string $text, string $title)
description: purpose: > A Lightbox text page represents a document like content/text inside a Lightb...
interruptiveItem(string $id, string $title, Image $icon=null, string $description='')
description: purpose: > Interruptive items are displayed in an Interruptive modal and represent the ...
A lightbox Text page represents a page displaying a media element, such as text.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A lightbox Image page represents a page displaying a media element, such as image, video.
lightbox($pages)
description: purpose: > The Lightbox modal displays media data such as images or videos...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Interface InterruptiveItem.