ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Functions | |
base () | |
description: > Example for rendering a Toggle Button. More... | |
unavailable_action () | |
description: > This example provides the given button with an unavailable action. More... | |
with_tooltip () | |
description: > Example for rendering a Toggle Button with tooltips More... | |
ILIAS\UI\examples\Button\Toggle\base | ( | ) |
description: > Example for rendering a Toggle Button.
expected output: > ILIAS shows a switch. Clicking onto the switch will result in the switch moving to the right side and opening a dialog: "Toggle Button has been turned on". Closing the dialog via "delete" will move back the switch. The switch will stay on the right side if the dialog is closed via "close".
Definition at line 36 of file base.php.
References $DIC, and $renderer.
ILIAS\UI\examples\Button\Toggle\unavailable_action | ( | ) |
description: > This example provides the given button with an unavailable action.
Note that the disabled attribute is set in the DOM. No action must be fired, even if done by keyboard.
expected output: >
Definition at line 34 of file unavailable_action.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Toggle\with_tooltip | ( | ) |
description: > Example for rendering a Toggle Button with tooltips
expected output: >
Definition at line 32 of file with_tooltip.php.
References $DIC, Vendor\Package\$f, and $renderer.