ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
with_disabled.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\examples\Link\Bulky
;
22
29
function
with_disabled
()
30
{
31
global
$DIC
;
32
$f
= $DIC->ui()->factory();
33
$renderer
= $DIC->ui()->renderer();
34
35
$target = new \ILIAS\Data\URI(
"https://ilias.de"
);
36
$glyph =
$f
->symbol()->glyph()->comment();
37
38
$link =
$f
->link()->bulky($glyph,
'Link to ilias.de with Glyph'
, $target)
39
->withDisabled(
true
);
40
41
return
$renderer
->render([
42
$link
43
]);
44
}
ILIAS\UI\examples\Link\Bulky
Definition:
base.php:21
$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:29
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
UI
src
examples
Link
Bulky
with_disabled.php
Generated on Sun Aug 31 2025 23:04:10 for ILIAS by
1.8.13 (using
Doxyfile
)