ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
11{
19 public function createId();
20
27 public function addOnLoadCode($code);
28
35 public function getOnLoadCodeAsync();
36}
An exception for terminatinating execution or to throw for unit testing.
$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.
getOnLoadCodeAsync()
Get all the registered on-load javascript code for the async context, e.g.