3declare(strict_types=1);
29 protected function addDisengageDecorator(
isItem $item):
isItem
37 return $c->withAdditionalOnLoadCode(fn (
$id) =>
"$('#$id').click(function() {
38 il.UI.maincontrols.mainbar.disengageAll();
39 il.UI.maincontrols.mainbar.clearStates();
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
addComponentDecorator(Closure $component_decorator)
Interface to be extended by components that have the possibility to bind to Javascript.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Class ChatMainBarProvider \MainMenu\Provider.