ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Functions | |
expandable () | |
description: > Example for rendering an expandable tree. More... | |
expandable2 () | |
description: > Example for rendering an expandable tree. More... | |
if($request_wrapper->has('async_ref') && $request_wrapper->retrieve('async_ref', $refinery->kindlyTo() ->bool())) | expandable_async_repo ($ref=null) |
description: > Example for rendering an expandable tree with asynchronous repositories. More... | |
Variables | |
global | $DIC |
$refinery = $DIC->refinery() | |
$request_wrapper = $DIC->http()->wrapper()->query() | |
ILIAS\UI\examples\Tree\Expandable\expandable | ( | ) |
description: > Example for rendering an expandable tree.
expected output: > ILIAS shows a navigation tree with different numbered sub-points. The sub-point can be collapsed by clicking the ">".
Definition at line 33 of file expandable.php.
References $data, ILIAS\UI\examples\Tree\Expandable\$DIC, Vendor\Package\$f, $renderer, and null.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\__construct(), and ILIAS\Style\Content\CharacteristicTableGUI\fillRow().
ILIAS\UI\examples\Tree\Expandable\expandable2 | ( | ) |
description: > Example for rendering an expandable tree.
expected output: > ILIAS shows an example very simliar to the "expandable" example but with less sub-points. Also the sub-points have
Definition at line 33 of file expandable2.php.
References $data, ILIAS\UI\examples\Tree\Expandable\$DIC, Vendor\Package\$f, $renderer, ILIAS\__construct(), ILIAS\Test\Questions\Presentation\getLabel, and null.
if ( $request_wrapper->has( 'async_ref') &&$request_wrapper->retrieve( 'async_ref', $refinery->kindlyTo() ->bool())) ILIAS\UI\examples\Tree\Expandable\expandable_async_repo | ( | $ref = null | ) |
description: > Example for rendering an expandable tree with asynchronous repositories.
expected output: >
Definition at line 42 of file expandable_async_repo.php.
References $data, ILIAS\UI\examples\Tree\Expandable\$DIC, Vendor\Package\$f, $params, $ref_id, $renderer, $url, and null.
global ILIAS::UI::examples::Tree::Expandable\$DIC |
Definition at line 23 of file expandable_async_repo.php.
Referenced by ILIAS\UI\examples\Tree\Expandable\expandable(), ILIAS\UI\examples\Tree\Expandable\expandable2(), and ILIAS\UI\examples\Tree\Expandable\expandable_async_repo().
ILIAS::UI::examples::Tree::Expandable\$refinery = $DIC->refinery() |
Definition at line 24 of file expandable_async_repo.php.
ILIAS::UI::examples::Tree::Expandable\$request_wrapper = $DIC->http()->wrapper()->query() |
Definition at line 25 of file expandable_async_repo.php.