ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Functions | |
base () | |
description: > Example for rendering a standard link. More... | |
with_content_and_referenced_language () | |
description: > Example for rendering a standard link including content and a referenced language More... | |
with_disabled () | |
expected output: > ILIAS shows the rendered Component, but it is not operable. More... | |
with_relationships () | |
description: > Example for rendering a standard link including relationships More... | |
with_tooltip () | |
description: > Example for rendering a standard link with tooltips More... | |
ILIAS\UI\examples\Link\Standard\base | ( | ) |
ILIAS\UI\examples\Link\Standard\with_content_and_referenced_language | ( | ) |
description: > Example for rendering a standard link including content and a referenced language
expected output: > ILIAS shows a link with thte title "Abrir ILIAS". Clicking the link opens the website www.ilias.de in the same browser window. If possible use the Developer Tools to check if the hreflang ("de") and lang tags ("es") were set
Definition at line 36 of file with_content_and_referenced_language.php.
References $DIC, Vendor\Package\$f, $renderer, and ILIAS\GlobalScreen\Scope\MetaBar\Factory\withContentLanguage().
ILIAS\UI\examples\Link\Standard\with_disabled | ( | ) |
expected output: > ILIAS shows the rendered Component, but it is not operable.
Definition at line 29 of file with_disabled.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Link\Standard\with_relationships | ( | ) |
description: > Example for rendering a standard link including relationships
expected output: > ILIAS shows a link with the title "Goto ILIAS". Clicking the link opens the website www.ilias.de in the same
Definition at line 35 of file with_relationships.php.
References $DIC, Vendor\Package\$f, and $renderer.
ILIAS\UI\examples\Link\Standard\with_tooltip | ( | ) |
description: > Example for rendering a standard link with tooltips
expected output: > ILIAS shows a link. Hovering over the link will show you a tooltip with the following lines: "tooltip: ilias" and
Definition at line 33 of file with_tooltip.php.
References $DIC, Vendor\Package\$f, and $renderer.