ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Functions | |
base () | |
description: > Example for rendering a presentation table. More... | |
included_data () | |
base1 () | |
description: > Example for rendering a presentation table. More... | |
environment () | |
included_data1 () | |
without_data () | |
description: > Example showing a presentation table without any data and hence no entries, which will automatically display an according message. More... | |
ILIAS\UI\examples\Table\Presentation\base | ( | ) |
description: > Example for rendering a presentation table.
expected output: > This example is very similiar to the example of the base1 example. But it includes three entries with different
Definition at line 33 of file base.php.
References $data, $DIC, Vendor\Package\$f, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, and ILIAS\UI\examples\Table\Presentation\included_data().
ILIAS\UI\examples\Table\Presentation\base1 | ( | ) |
description: > Example for rendering a presentation table.
You can also leave out "further fields" and use alignments instead, add one or more Blocks and Layouts to the content of the row and add an leading image.
expected output: > ILIAS shows a box titled "Presentation Table with Alignments" and a table. The table includes two entries. Those have got a title each, a small subtitle and some informations. Clicking onto ">" opens the entries with additional informations. Additionally ever entry has got a button "Zur Frage" which opens a modal. The table's header shows two buttons on the left: "expand all" and "collapse all". Clicking that button collapses/expands all entries.
Definition at line 40 of file base1.php.
References $data, $DIC, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, ILIAS\UI\examples\Table\Presentation\environment(), and ILIAS\UI\examples\Table\Presentation\included_data1().
ILIAS\UI\examples\Table\Presentation\environment | ( | ) |
Definition at line 124 of file base1.php.
References $DIC.
Referenced by ILIAS\Setup\ObjectiveIterator\__construct(), ILIAS\UI\examples\Table\Presentation\base1(), ILIAS\Setup\ObjectiveIterator\setEnvironment(), ILIAS\Tests\Setup\ArrayEnvironmentTest\setUp(), ILIAS\Tests\Setup\ArrayEnvironmentTest\testConfigFor(), ILIAS\Tests\Setup\ArrayEnvironmentTest\testDuplicateConfigFor(), ILIAS\Tests\Setup\ArrayEnvironmentTest\testGetResource(), ILIAS\Tests\Setup\ArrayEnvironmentTest\testHasConfigFor(), ILIAS\Tests\Setup\ArrayEnvironmentTest\testSetResourceRejectsDuplicates(), ILIAS\Tests\Setup\ArrayEnvironmentTest\testWithResource(), and ILIAS\Tests\Setup\ArrayEnvironmentTest\testWrongConfigId().
ILIAS\UI\examples\Table\Presentation\included_data | ( | ) |
Definition at line 117 of file base.php.
Referenced by ILIAS\UI\examples\Table\Presentation\base().
ILIAS\UI\examples\Table\Presentation\included_data1 | ( | ) |
Definition at line 188 of file base1.php.
Referenced by ILIAS\UI\examples\Table\Presentation\base1().
ILIAS\UI\examples\Table\Presentation\without_data | ( | ) |
description: > Example showing a presentation table without any data and hence no entries, which will automatically display an according message.
expected output: > Instead of several rows with expander glyphs, ILIAS shows a message "No records".
Definition at line 37 of file without_data.php.
References $DIC, and $renderer.