ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
with_tooltip.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
ILIAS\UI\examples\Link\Bulky
;
6
18
function
with_tooltip
()
19
{
20
global
$DIC
;
21
$f
= $DIC->ui()->factory();
22
$renderer
= $DIC->ui()->renderer();
23
24
$target = new \ILIAS\Data\URI(
"https://ilias.de"
);
25
$glyph =
$f
->symbol()->glyph()->comment();
26
27
$link =
$f
->link()->bulky($glyph,
'Link to ilias.de with Glyph'
, $target)
28
->withHelpTopics(
29
...
$f
->helpTopics(
"ilias"
,
"learning management system"
)
30
);
31
32
return
$renderer
->render([
33
$link
34
]);
35
}
ILIAS\UI\examples\Link\Bulky
Definition:
base.php:5
$renderer
$renderer
Definition:
build_bootstrap.php:83
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
ILIAS\UI\examples\Link\Bulky\with_tooltip
with_tooltip()
description: > The Bulky Links in this example point to ilias.de and includes tooltips Note the exac...
Definition:
with_tooltip.php:18
$DIC
global $DIC
Definition:
shib_login.php:25
components
ILIAS
UI
src
examples
Link
Bulky
with_tooltip.php
Generated on Wed Sep 10 2025 15:16:44 for ILIAS by
1.8.13 (using
Doxyfile
)