|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for LoggingJavaScriptBinding:
Collaboration diagram for LoggingJavaScriptBinding: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... | |
| createId () | |
| Create a fresh unique id. More... | |
| addOnLoadCode ($code) | |
| Add some JavaScript-statements to the on-load handler of the page. 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 61 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 54 of file Base.php.