Go to the source code of this file.
◆ with_listings()
Definition at line 3 of file with_listings.php.
3 {
5 $f =
$DIC->ui()->factory();
6 $renderer =
$DIC->ui()->renderer();
7
8 $content = array(
9 $f->listing()->ordered(array("item 1","item 2","item 3")),
10 $f->listing()->unordered(array("item 1","item 2","item 3"))
11 );
12
13 $panel = $f->panel()->standard("Panel Title",$content);
14
15 return $renderer->render($panel);
16}
References $DIC.