3 declare(strict_types=1);
This describes commonalities between the different modals.
getShowSignal()
Get the signal to show this modal in the frontend.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
withAsyncRenderUrl(string $url)
Get a modal like this who's content is rendered via ajax by the given $url before the modal is shown...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getCloseSignal()
Get the signal to close this modal in the frontend.
withCloseWithKeyboard(bool $state)
Get a modal like this which can or cannot be closed by keyboard (ESC), depending on the given $state...
getCloseWithKeyboard()
Returns if this modal can be closed with the keyboard (ESC key)
getAsyncRenderUrl()
Get the url returning the rendered modal, if the modals content should be rendered via ajax...