19 declare(strict_types=1);
44 $f = $DIC->ui()->factory();
49 $f->button()->standard(
"Do Something",
"")
50 ->withLoadingAnimationOnClick(
true)
51 ->withOnLoadCode(
function (
$id) {
52 return " $('#$id').click( 54 $('#$id').html('Working...'); 57 $('#$id').html('Done'); 58 il.UI.button.deactivateLoadingAnimation('$id');
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins