ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
JavaScriptBinding.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 {
33  public function createId(): string;
34 
38  public function addOnLoadCode(string $code): void;
39 
44  public function getOnLoadCodeAsync(): string;
45 }
addOnLoadCode(string $code)
Add some JavaScript-statements to the on-load handler of the page.
Provides methods to interface with javascript.
getOnLoadCodeAsync()
Get all the registered on-load javascript code for the async context, e.g.