ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Functions | |
base () | |
description: > Example for rendering a shy button. More... | |
engaged () | |
description: > Example for rendering an engaged shy 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_tooltip () | |
description: > Example for rendering a shy button with tooltips More... | |
ILIAS\UI\examples\Button\Shy\base | ( | ) |
description: > Example for rendering a shy button.
expected output: > The shown button lacks a background, but shows a text. Clicking the button will
Definition at line 33 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Shy\engaged | ( | ) |
description: > Example for rendering an engaged shy button
expected output: >
Definition at line 32 of file engaged.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Shy\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 small button with a title. The button's background is colored dark grey. Clicking the button
Definition at line 35 of file unavailable_action.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Shy\with_glyph | ( | ) |
description: > This example provides buttons with a Glyph in (and as) the label.
expected output: > ILIAS shows a button with the Search Gylph and in some cases a label in different states.
Definition at line 33 of file with_glyph.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Shy\with_tooltip | ( | ) |
description: > Example for rendering a shy button with tooltips
expected output: > Hovering over the rendered button will show a tooltip with the following contents:
Definition at line 33 of file with_tooltip.php.
References $DIC, Vendor\Package\$f, and $renderer.