3 declare(strict_types=1);
    35 abstract class Dropdown implements C\Dropdown\Dropdown
    98         $clone->aria_label = 
$label;
 
appendTriggeredSignal(C\Signal $signal, string $event)
Append a triggered signal to other signals of the same event. 
 
appendOnClick(Signal $signal)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
withTriggeredSignal(C\Signal $signal, string $event)
Add a triggered signal, replacing any other signals registered on the same event. ...
 
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. 
 
withOnHover(Signal $signal)
 
appendOnHover(Signal $signal)
 
withOnClick(Signal $signal)
 
__construct(array $items)
Dropdown constructor. 
 
withAriaLabel(string $label)
 
This implements commonalities between different types of Dropdowns.