ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
JavaScriptBinding.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2016 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
6 
10 interface JavaScriptBinding {
18  public function createId();
19 
26  public function addOnLoadCode($code);
27 }
$code
Definition: example_050.php:99
Provides methods to interface with javascript.
addOnLoadCode($code)
Add some JavaScript-statements to the on-load handler of the page.