ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Functions | |
base_text_block () | |
description: > Example for rendering a standard panel. More... | |
with_actions () | |
description: > Example for rendering a standard panel with actions. More... | |
with_listings () | |
description: > Example for rendering a standard panel with listings. More... | |
with_view_controls () | |
description: > Example for rendering a standard panel with an all view control. More... | |
ILIAS\UI\examples\Panel\Standard\base_text_block | ( | ) |
description: > Example for rendering a standard panel.
expected output: >
Definition at line 32 of file base_text_block.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Panel\Standard\with_actions | ( | ) |
description: > Example for rendering a standard panel with actions.
expected output: > ILIAS shows a base panel but it also includes a menu displayed by
Definition at line 33 of file with_actions.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Panel\Standard\with_listings | ( | ) |
description: > Example for rendering a standard panel with listings.
expected output: >
Definition at line 32 of file with_listings.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Panel\Standard\with_view_controls | ( | ) |
description: > Example for rendering a standard panel with an all view control.
expected output: > ILIAS shows a base panel with some content like sub items, titles etc. Additionally it displayes three view controls
Definition at line 33 of file with_view_controls.php.
References $DIC, Vendor\Package\$f, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, and $url.