A component is the most general form of an entity in the UI.
This describes commonalities between the different modals.
withCancelButtonLabel(string $label)
Get the modal like this with the provided cancel button string.
withActionButtons(array $buttons)
Get a modal like this with the provided action buttons in the footer.
getActionButtons()
Get all action buttons in the footer of the modal.
getTitle()
Get the title of the modal.
getContent()
Get the components representing the content of the modal.
getCancelButtonLabel()
Get the custom label of the cancel button in the footer.
getReplaceSignal()
Get the signal to replace the content of this modal.
initSignals()
Init the default signals plus extra signals like Replace.
This signal replaces a component by ajax.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...