ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Functions | |
base () | |
description: > Example for rendering a group item. More... | |
with_actions () | |
description: > Example for rendering a group item with actions. More... | |
ILIAS\UI\examples\Item\Group\base | ( | ) |
description: > Example for rendering a group item.
expected output: > ILIAS shows a group with two items: "Item Title" and "Item Title 2". The group's heading is "Subtitle 1". Both items
Definition at line 33 of file base.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Item\Group\with_actions | ( | ) |
description: > Example for rendering a group item with actions.
expected output: > ILIAS shows a group with two items: "Item Title" and "Item Title 2". The group's heading is "Subtitle 1". Both items
Definition at line 33 of file with_actions.php.
References $DIC, Vendor\Package\$f, and $renderer.
Referenced by ilSystemStylesTableGUI\setWithActions().