ILIAS
trunk Revision v11.0_alpha-2406-g7062992332c
|
Functions | |
drilldown () | |
description: > The example shows how to create and render a basic markdown field and attach it to a form. More... | |
toBulky (string $label) | |
ILIAS\UI\examples\Menu\Drilldown\drilldown | ( | ) |
description: > The example shows how to create and render a basic markdown field and attach it to a form.
0 Animal of the year 1 Switzerland 1.1 Riverine Amphipod (gammarus fossarum) 1.2 Wildcat 1.2.1 European Wildcat 1.2.2 African Wildcat 2 Germany 2.1 Otter 2.2 Mole –divider– 2.3 Deer
expected output: > ILIAS shows a box titled "Animal of the year" and two drilldowns including a hover effect. Clicking the drilldowns opens up more sub-entries or links pointing to the ILIAS page or open up a modal.
Definition at line 46 of file drilldown.php.
References $DIC, Vendor\Package\$f, and $renderer.
Referenced by ILIAS\UI\Implementation\Component\MainControls\Slate\Drilldown\__construct().
ILIAS\UI\examples\Menu\Drilldown\toBulky | ( | string | $label | ) |