|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Functions | |
| long_text () | |
| multiple () | |
| simple () | |
| ILIAS\UI\examples\MainControls\SystemInfo\long_text | ( | ) |
description: > This example show how the UI-Elements itself looks like. For a full example use the example of the UI-Component Layout\Page\Standard.
expected output: > ILIAS shows a box with a longish text. The text is terminated by three dots,
Definition at line 36 of file long_text.php.
References $DIC, Vendor\Package\$f, and $renderer.
| ILIAS\UI\examples\MainControls\SystemInfo\multiple | ( | ) |
description: > This example show how the UI-Elements itself looks like. For a full example use the example of the UI-Component Layout\Page\Standard.
expected output: > Instead of but one message, ILIAS will display three messages in differently
Definition at line 36 of file multiple.php.
References $DIC, Vendor\Package\$f, $renderer, ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_BREAKING, and ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_IMPORTANT.
| ILIAS\UI\examples\MainControls\SystemInfo\simple | ( | ) |
description: > This example show how the UI-Elements itself looks like. For a full example use the example of the UI-Component Layout\Page\Standard.
expected output: > ILIAS shows a box with a message text. The message is dismissable with the close-glyph on the right and will vanish
Definition at line 37 of file simple.php.
References $_SERVER, $DIC, Vendor\Package\$f, and $renderer.
Referenced by ilXlsFoParserTest\nonBreakingSpaceIsAddedDataProvider(), ilXlsFoParserTest\noNonBreakingSpaceIsAddedDataProvider(), SimpleNodeTest\testRendering(), and SimpleNodeTest\testRenderingWithAsync().
Here is the caller graph for this function: