ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Functions | |
with_aria_label () | |
description: > Example for rendering a dropdown with aria labels More... | |
with_buttons_and_links () | |
description: > Example for rendering a dropdown with buttons and links More... | |
with_divider () | |
description: > Example for rendering a dropdown with dividers More... | |
with_divider_with_label () | |
description: > Example for rendering a dropdown with a divider including a label More... | |
ILIAS\UI\examples\Dropdown\Standard\with_aria_label | ( | ) |
description: > Example for rendering a dropdown with aria labels
expected output: > ILIAS shows base dropdown button without a title. Clicking the button will open a dropdown menu with two entries rendered as shy buttons. Clicking the entries will open the
Definition at line 34 of file with_aria_label.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Dropdown\Standard\with_buttons_and_links | ( | ) |
description: > Example for rendering a dropdown with buttons and links
expected output: > ILIAS shows a base dropdown button. Clicking the button will open a dropdown menu with the entries "ILIAS" rendered as a link and "GitHub" rendered as a shy button. Clicking the shy button will open the appropriate website in the same browser window while clicking the link will open the
Definition at line 35 of file with_buttons_and_links.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Dropdown\Standard\with_divider | ( | ) |
description: > Example for rendering a dropdown with dividers
expected output: > ILIAS shows a base dropdown button. Clicking the button will open a dropdown menu with entries divided by a fine line.
Definition at line 34 of file with_divider.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Dropdown\Standard\with_divider_with_label | ( | ) |
description: > Example for rendering a dropdown with a divider including a label
expected output: > ILIAS shows a base dropdown button. Clicking the button will open a dropdown menu with entries. The last three entries are positioned under the not clickable caption "ILIAS".
Definition at line 34 of file with_divider_with_label.php.
References $DIC, Vendor\Package\$f, and $renderer.