ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
with_disabled.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
13
function
with_disabled
()
14
{
15
global
$DIC
;
16
$f
= $DIC->ui()->factory();
17
$renderer
= $DIC->ui()->renderer();
18
19
$target = new \ILIAS\Data\URI(
"https://ilias.de"
);
20
$glyph =
$f
->symbol()->glyph()->comment();
21
22
$link =
$f
->link()->bulky($glyph,
'Link to ilias.de with Glyph'
, $target)
23
->withDisabled(
true
);
24
25
return
$renderer
->render([
26
$link
27
]);
28
}
ILIAS\UI\examples\Link\Bulky
Definition:
base.php:5
$renderer
$renderer
Definition:
build_bootstrap.php:83
ILIAS\UI\examples\Link\Bulky\with_disabled
with_disabled()
expected output: > ILIAS shows the rendered Component, but it is not operable.
Definition:
with_disabled.php:13
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$DIC
global $DIC
Definition:
shib_login.php:25
components
ILIAS
UI
src
examples
Link
Bulky
with_disabled.php
Generated on Wed Sep 10 2025 15:16:45 for ILIAS by
1.8.13 (using
Doxyfile
)