ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Functions | |
base () | |
description: > Example for rendering a primary button. More... | |
engaged () | |
description: > Example for rendering an engaged primary button More... | |
unavailable_action () | |
description: > This example provides the given button with an unavailable action. More... | |
with_glyph () | |
description: > This example provides buttons with a Glyph in (and as) the label. More... | |
with_load_anim () | |
description: > Example for rendering a primary button with a loading animation More... | |
with_tooltip () | |
description: > Example for rendering a primary button with tooltips More... | |
ILIAS\UI\examples\Button\Primary\base | ( | ) |
description: > Example for rendering a primary button.
expected output: > ILIAS shows an active, very colorful button with a title. Clicking the button will open the website
Definition at line 33 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Primary\engaged | ( | ) |
description: > Example for rendering an engaged primary button
expected output: >
Definition at line 32 of file engaged.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Primary\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: > ILIAS shows a grayed out inactive button with a title. Clicking the button won't activate any actions.
Definition at line 35 of file unavailable_action.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Primary\with_glyph | ( | ) |
description: > This example provides buttons with a Glyph in (and as) the label.
expected output: >
Definition at line 32 of file with_glyph.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Primary\with_load_anim | ( | ) |
description: > Example for rendering a primary button with a loading animation
expected output: > ILIAS shows an active, very colorful button with a title. After clicking the button the text will change to "Working..." and the button's color will change to grey. During that process you cannot click the button. After a
Definition at line 34 of file with_load_anim.php.
References $DIC, Vendor\Package\$f, $id, and $renderer.
ILIAS\UI\examples\Button\Primary\with_tooltip | ( | ) |
description: > Example for rendering a primary button with tooltips
expected output: > Hovering over the rendered button will show you a tooltip with the following
Definition at line 33 of file with_tooltip.php.
References $DIC, Vendor\Package\$f, and $renderer.