7 $f = $DIC->ui()->factory();
8 $renderer = $DIC->ui()->renderer();
10 $back = $f->button()->standard(
"previous",
"http://www.ilias.de");
11 $next = $f->button()->standard(
"next",
"http://www.github.com");
14 $button = $f->button()->standard(
"Today",
"");
15 $view_control_section = $f->viewControl()->section($back, $button, $next);
16 $html = $renderer->render($view_control_section);