14 protected function addDisengageDecorator(
isItem $item) :
isItem
19 ) :
ILIAS\
UI\Component\Component {
21 return $c->withAdditionalOnLoadCode(
function ($id) {
22 return "$('#$id').click(function() {
23 il.UI.maincontrols.mainbar.disengageAll();
24 il.UI.maincontrols.mainbar.clearStates();
An exception for terminatinating execution or to throw for unit testing.
addComponentDecorator(Closure $component_decorator)
Interface to be extended by components that have the possibility to bind to Javascript.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Class ChatMainBarProvider \MainMenu\Provider.