Go to the source code of this file.
◆ with_load_anim()
Definition at line 2 of file with_load_anim.php.
References $DIC, and Vendor\Package\$f.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
8 return $renderer->render(
9 $f->button()->primary(
"Goto ILIAS",
"")
10 ->withLoadingAnimationOnClick(
true)
11 ->withOnLoadCode(
function ($id) {
13 "$('#$id').click(function(e) { 14 $('#$id').html('Working...'); 17 $('#$id').html('Done'); 18 il.UI.button.deactivateLoadingAnimation('$id');