ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Functions | |
base () | |
description: > Example for rendering a bulky button. More... | |
engaged () | |
description: > Example for rendering an engaged bulky button More... | |
unavailable_action () | |
description: > This example provides the given button with an unavailable action. More... | |
with_tooltip () | |
description: > Example for rendering a bulky button with tooltips More... | |
ILIAS\UI\examples\Button\Bulky\base | ( | ) |
description: > Example for rendering a bulky button.
note: > The exact look of the Bulky Buttons is mostly defined by the surrounding container.
expected output: >
Definition at line 35 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
Referenced by ilTableGUI\setBase().
ILIAS\UI\examples\Button\Bulky\engaged | ( | ) |
description: > Example for rendering an engaged bulky button
expected output: > ILIAS shows a button with a glyph and the title "Engaged". The button's background looks different from the base bulky button.
Definition at line 33 of file engaged.php.
References $DIC, Vendor\Package\$f, and $renderer.
Referenced by ILIAS\UI\Implementation\Component\Button\Toggle\__construct().
ILIAS\UI\examples\Button\Bulky\unavailable_action | ( | ) |
description: > This example provides the given button with an unavailable action.
expected output: > ILIAS shows a button with a glyph and the title "Unavailable". The button's background is grayed out. Clicking the button won't activate any actions.
note: > The disabled attribute is set in the DOM.
Definition at line 37 of file unavailable_action.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Button\Bulky\with_tooltip | ( | ) |
description: > Example for rendering a bulky button with tooltips
expected output: > Hovering over the rendered text will show you the following tooltips: "tooltip: ilias"
Definition at line 33 of file with_tooltip.php.
References $DIC, Vendor\Package\$f, and $renderer.