ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Namespaces | |
Button | |
Card | |
Counter | |
Deck | |
Glyph | |
Image | |
Legacy | |
Listing | |
Panel | |
Functions | |
withOnLoadCode (\Closure $binder) | |
getOnLoadCode () | |
checkBinder (\Closure $binder) | |
Variables | |
trait | JavaScriptBindable |
Trait for components implementing JavaScriptBindable providing standard implementation. More... | |
|
private |
\Closure | $binder |
Definition at line 39 of file JavaScriptBindable.php.
References array.
Referenced by ILIAS\UI\Implementation\Component\withOnLoadCode().
ILIAS\UI\Implementation\Component\getOnLoadCode | ( | ) |
Definition at line 30 of file JavaScriptBindable.php.
Referenced by ilSCORM2004PageGUI\postOutputProcessing().
ILIAS\UI\Implementation\Component\withOnLoadCode | ( | \Closure | $binder | ) |
Definition at line 20 of file JavaScriptBindable.php.
References ILIAS\UI\Implementation\Component\checkBinder().
Referenced by ilOnScreenChatMenuGUI\getMainMenuHTML().
trait ILIAS::UI::Implementation::Component\JavaScriptBindable |
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition at line 11 of file JavaScriptBindable.php.