ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Functions | |
base () | |
description: > This example is rather artificial, since the close button is only used in other components (see purpose). More... | |
modal () | |
description: > This example shows a scenario in which the Close Button is used in an overlay as indicated in the purpose description. More... | |
ILIAS\UI\examples\Button\Close\base | ( | ) |
description: > This example is rather artificial, since the close button is only used in other components (see purpose).
expected output: > ILIAS a dark grey "X" in the right corner. Clicking the "X" won't activate any action.
note: > In some cases, additional CSS will be required for placing the button
Definition at line 37 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Close\modal | ( | ) |
description: > This example shows a scenario in which the Close Button is used in an overlay as indicated in the purpose description.
Note that in the Modal the Close Button is properly placed in the top right corner.
expected output: > ILIAS shows a button titled "Show Close Button Demo". Clicking the button will open a modal with text and a Close-Button.
Definition at line 35 of file modal.php.
References $DIC, and $renderer.