3 declare(strict_types=1);
17 $f = $DIC->ui()->factory();
18 $renderer = $DIC->ui()->renderer();
20 return $renderer->render(
22 $f->button()->standard(
"Do Something",
"")
23 ->withLoadingAnimationOnClick(
true)
24 ->withOnLoadCode(
function (
$id) {
26 "$('#$id').click(function(e) { 27 $('#$id').html('Working...'); 30 $('#$id').html('Done'); 31 il.UI.button.deactivateLoadingAnimation('$id');
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins