ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Interface to be extended by components that have the possibility to bind to Javascript. More...
Public Member Functions | |
withOnLoadCode (\Closure $binder) | |
getOnLoadCode () | |
Get the currently bound on load code. More... | |
Interface to be extended by components that have the possibility to bind to Javascript.
Definition at line 11 of file JavaScriptBindable.php.
ILIAS\UI\Component\JavaScriptBindable::getOnLoadCode | ( | ) |
Get the currently bound on load code.
Referenced by ILIAS\UI\Implementation\Render\AbstractComponentRenderer\bindJavaScript().
ILIAS\UI\Component\JavaScriptBindable::withOnLoadCode | ( | \Closure | $binder | ) |