ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Functions | |
base () | |
description: > Base example for rendering a status counter. More... | |
multiple_glyphs () | |
description: > Example for rendering multiple glyphs with status counters More... | |
with_js () | |
description: > Base example for rendering a JS status counter More... | |
with_novelty () | |
description: > Base example for rendering a status counter with novelty More... | |
ILIAS\UI\examples\Counter\Status\base | ( | ) |
ILIAS\UI\examples\Counter\Status\multiple_glyphs | ( | ) |
description: > Example for rendering multiple glyphs with status counters
expected output: > ILIAS shows three rendered glyphs with two counters each in a row.
Definition at line 33 of file multiple_glyphs.php.
References $comment, $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Counter\Status\with_js | ( | ) |
description: > Base example for rendering a JS status counter
note: > Counters also offer an interface for manipulations through JS. Checkout src/UI/templates/js/Counter/counter.js for a complete spec.
expected output: > ILIAS shows different JS-exmaples which can get altered directly:
Definition at line 40 of file with_js.php.
References $DIC, Vendor\Package\$f, $id, and $renderer.
ILIAS\UI\examples\Counter\Status\with_novelty | ( | ) |
description: > Base example for rendering a status counter with novelty
expected output: >
Definition at line 32 of file with_novelty.php.
References $DIC, Vendor\Package\$f, and $renderer.