ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
createId () | |
Create a fresh unique id. More... | |
addOnLoadCode ($code) | |
Add some JavaScript-statements to the on-load handler of the page. More... | |
getOnLoadCodeAsync () | |
Get all the registered on-load javascript code for the async context, e.g. More... | |
Data Fields | |
$ids = array() | |
$on_load_code = array() | |
Private Attributes | |
$count = 0 | |
LoggingJavaScriptBinding::addOnLoadCode | ( | $code | ) |
Add some JavaScript-statements to the on-load handler of the page.
string | $code |
Implements ILIAS\UI\Implementation\Render\JavaScriptBinding.
Definition at line 131 of file Base.php.
References $code.
LoggingJavaScriptBinding::createId | ( | ) |
Create a fresh unique id.
This MUST return a new id on every call.
Implements ILIAS\UI\Implementation\Render\JavaScriptBinding.
Definition at line 123 of file Base.php.
References $id.
LoggingJavaScriptBinding::getOnLoadCodeAsync | ( | ) |
Get all the registered on-load javascript code for the async context, e.g.
return all code inside <script> tags
Implements ILIAS\UI\Implementation\Render\JavaScriptBinding.