ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
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
5
namespace
ILIAS\UI\Implementation\Render
;
6
10
interface
JavaScriptBinding
{
18
public
function
createId
();
19
26
public
function
addOnLoadCode
(
$code
);
27
}
$code
$code
Definition:
example_050.php:99
ILIAS\UI\Implementation\Render\JavaScriptBinding\createId
createId()
Create a fresh unique id.
ILIAS\UI\Implementation\Render
Definition:
AbstractComponentRenderer.php:5
ILIAS\UI\Implementation\Render\JavaScriptBinding
Provides methods to interface with javascript.
Definition:
JavaScriptBinding.php:10
php
ILIAS\UI\Implementation\Render\JavaScriptBinding\addOnLoadCode
addOnLoadCode($code)
Add some JavaScript-statements to the on-load handler of the page.
src
UI
Implementation
Render
JavaScriptBinding.php
Generated on Fri Jan 24 2025 19:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)