ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Functions | |
base () | |
description: > Example performing a page reload if switching between sections of some data. More... | |
ILIAS\UI\examples\ViewControl\Section\base | ( | ) |
description: > Example performing a page reload if switching between sections of some data.
expected output: > ILIAS shows three controls next to each other: A "Back" glyph, a label "Engaged Section" and a "Next" glyph. Clicking "Engaged Section" will reload the website. Clicking the other two controls will result in the button in the middle being disenganged and showing the label "Go to Engaged Section (Current Section: 1)". The counter increases with each click onto the "Next" glyph and decreases with each click onto the "Back" glyph. Clicking the button in the middle
Definition at line 36 of file base.php.
References $DIC, Vendor\Package\$f, $param, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, and ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper.