Go to the source code of this file.
◆ with_load_anim()
Definition at line 2 of file with_load_anim.php.
3{
6 $renderer =
$DIC->ui()->renderer();
7
8 return $renderer->render(
9 $f->button()->primary(
"Goto ILIAS",
"")
10 ->withLoadingAnimationOnClick(true)
11 ->withOnLoadCode(function (
$id) {
12 return
13 "$('#$id').click(function(e) { if (!$('#$id').hasClass('disabled')) {alert('Do Stuff');}});";
14 })
15 );
16}
if(!array_key_exists('StateId', $_REQUEST)) $id
References $DIC, $f, and $id.