ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
unavailable_action.php
Go to the documentation of this file.
1
<?php
7
function
unavailable_action
()
8
{
9
global
$DIC
;
10
$f
= $DIC->ui()->factory();
11
$renderer = $DIC->ui()->renderer();
12
13
$button =
$f
->button()->standard(
'Unavailable'
,
'#'
)->withUnavailableAction();
14
15
return
$renderer->render([$button]);
16
}
unavailable_action
unavailable_action()
This example provides the given button with an unavailable action.
Definition:
unavailable_action.php:7
Vendor\Package\$f
$f
Definition:
example_cleaned.php:31
$DIC
$DIC
Definition:
xapitoken.php:46
src
UI
examples
Button
Standard
unavailable_action.php
Generated on Wed Sep 3 2025 20:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)