ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Functions | |
base () | |
description: > The initial screen shows a Primary Button. More... | |
maybeRenderFooterInFullScreenMode (\ILIAS\HTTP\Wrapper\RequestWrapper $request, \ILIAS\Refinery\Factory $refinery, \ILIAS\UI\Component\MainControls\Footer $footer,) | |
getFullScreenDemoPage (\ILIAS\UI\Factory $factory, \ILIAS\UI\Component\MainControls\Footer $footer,) | |
ILIAS\UI\examples\MainControls\Footer\base | ( | ) |
description: > The initial screen shows a Primary Button.
When clicked, the current Page is reloaded and a fullscreen demo Page appears, which features the Footer.
expected output: > ILIAS shows the Primary Button. After the Button is clicked, ILIAS loads a demo Page, which shows the Footer. The Footer consists of 5 distinct sections, each operable by keyboard and accessible for screen-readers.
Definition at line 37 of file base.php.
References $DIC, $renderer, ILIAS\UI\examples\MainControls\Footer\maybeRenderFooterInFullScreenMode(), and null.
ILIAS\UI\examples\MainControls\Footer\getFullScreenDemoPage | ( | \ILIAS\UI\Factory | $factory, |
\ILIAS\UI\Component\MainControls\Footer | $footer | ||
) |
Definition at line 112 of file base.php.
Referenced by ILIAS\UI\examples\MainControls\Footer\maybeRenderFooterInFullScreenMode().
ILIAS\UI\examples\MainControls\Footer\maybeRenderFooterInFullScreenMode | ( | \ILIAS\HTTP\Wrapper\RequestWrapper | $request, |
\ILIAS\Refinery\Factory | $refinery, | ||
\ILIAS\UI\Component\MainControls\Footer | $footer | ||
) |
Definition at line 84 of file base.php.
References $DIC, ILIAS\UI\examples\MainControls\Footer\getFullScreenDemoPage(), and ilInitialisation\initILIAS().
Referenced by ILIAS\UI\examples\MainControls\Footer\base().