ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Functions | |
base () | |
description: > Example for rendering a standard button. More... | |
engaged () | |
description: > Example for rendering an engaged standard 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_js_binding () | |
description: > Example for rendering a standard button with JS binding More... | |
with_load_anim () | |
description: > In this example we create a button that ships with the on load animation on click. More... | |
with_tooltip () | |
description: > Example for rendering a standard button with tooltips More... | |
ILIAS\UI\examples\Button\Standard\base | ( | ) |
ILIAS\UI\examples\Button\Standard\engaged | ( | ) |
description: > Example for rendering an engaged standard button
expected output: >
Definition at line 32 of file engaged.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Standard\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\Standard\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. Clicking the button
Definition at line 33 of file with_glyph.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Standard\with_js_binding | ( | ) |
description: > Example for rendering a standard button with JS binding
expected output: >
Definition at line 32 of file with_js_binding.php.
References $DIC, Vendor\Package\$f, $id, and $renderer.
ILIAS\UI\examples\Button\Standard\with_load_anim | ( | ) |
description: > In this example we create a button that ships with the on load animation on click.
note: > Note that the button will trigger a page-reload as soon as the work is done, no additional magic is needed. However, in Async scenario, one can make use of the il.UI.button interface containing the functions activateLoadingAnimation and deactivateLoadingAnimation as shown below.
expected output: > ILIAS shows an active button with a title. The color of the button will change after clicking the button and the word "Working" will appear, which is referencing to the loading status. After a while the button's content
Definition at line 41 of file with_load_anim.php.
References $DIC, Vendor\Package\$f, $id, and $renderer.
ILIAS\UI\examples\Button\Standard\with_tooltip | ( | ) |
description: > Example for rendering a standard 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.