3 declare(strict_types=1);
28 $f = $DIC->ui()->factory();
33 $f->button()->standard(
"Do Something",
"")
34 ->withLoadingAnimationOnClick(
true)
35 ->withOnLoadCode(
function (
$id) {
36 return " $('#$id').click( 38 $('#$id').html('Working...'); 41 $('#$id').html('Done'); 42 il.UI.button.deactivateLoadingAnimation('$id');
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins