ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
createId () | |
Create a fresh unique id. More... | |
addOnLoadCode ($code) | |
getOnLoadCodeAsync () | |
Get all the registered on-load javascript code for the async context, e.g. More... | |
![]() | |
addOnLoadCode (string $code) | |
Add some JavaScript-statements to the on-load handler of the page. More... | |
Data Fields | |
array | $on_load_code = array() |
array | $ids = array() |
Private Attributes | |
int | $count = 0 |
LoggingJavaScriptBinding::addOnLoadCode | ( | $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 187 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.