|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Namespaces | |
| namespace | Button |
| namespace | Card |
| namespace | Counter |
| namespace | Deck |
| namespace | Glyph |
| namespace | Image |
| namespace | Legacy |
| namespace | Listing |
| namespace | Panel |
Functions | |
| withOnLoadCode (\Closure $binder) | |
| getOnLoadCode () | |
| checkBinder (\Closure $binder) | |
Variables | |
| trait | JavaScriptBindable |
| Trait for components implementing JavaScriptBindable providing standard implementation. More... | |
|
private |
| \Closure | $binder |
InvalidArgumentException if closure does not take one argument
Definition at line 39 of file JavaScriptBindable.php.
Referenced by ILIAS\UI\Implementation\Component\withOnLoadCode().
Here is the caller graph for this function:| ILIAS\UI\Implementation\Component\getOnLoadCode | ( | ) |
Definition at line 30 of file JavaScriptBindable.php.
Referenced by ilSCORM2004PageGUI\postOutputProcessing().
Here is the caller graph for this function:| ILIAS\UI\Implementation\Component\withOnLoadCode | ( | \Closure | $binder | ) |
Definition at line 20 of file JavaScriptBindable.php.
References ILIAS\UI\Implementation\Component\checkBinder().
Here is the call graph for this function:| trait ILIAS::UI::Implementation::Component\JavaScriptBindable |
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition at line 11 of file JavaScriptBindable.php.