|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Functions | |
| expandable () | |
| expandable2 () | |
| if( $request_wrapper->has( 'async_ref') &&$request_wrapper->retrieve( 'async_ref', $refinery->kindlyTo() ->bool())) | expandable_async_repo ($ref=null) |
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 ILIAS\UI\Component\Clickable\withOnClick().
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\__construct(), and ILIAS\Style\Content\CharacteristicTableGUI\fillRow().
Here is the call graph for this function:
Here is the caller graph for this function:| 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(), and ILIAS\Test\Questions\Presentation\getLabel.
Here is the call graph for this function:| 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, and $url.
| 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.