Go to the source code of this file.
◆ with_listings()
Definition at line 3 of file with_listings.php.
References $DIC, and array.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
9 $f->listing()->ordered(
array(
"item 1",
"item 2",
"item 3")),
10 $f->listing()->unordered(
array(
"item 1",
"item 2",
"item 3"))
13 $panel = $f->panel()->standard(
"Panel Title",$content);
15 return $renderer->render($panel);
Create styles array
The data for the language used.