|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This signal replaces the content of a component by ajax. More...
Inheritance diagram for ILIAS\UI\Component\ReplaceContentSignal:
Collaboration diagram for ILIAS\UI\Component\ReplaceContentSignal:Public Member Functions | |
| withAsyncRenderUrl ($url) | |
| Get the same signal returning an element from the given url. More... | |
| getAsyncRenderUrl () | |
| Get the url called to return the content. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Signal | |
| getId () | |
| Get the ID of this signal. More... | |
| getOptions () | |
| Get the options of this signal. More... | |
This signal replaces the content of a component by ajax.
Definition at line 12 of file ReplaceContentSignal.php.
| ILIAS\UI\Component\ReplaceContentSignal::getAsyncRenderUrl | ( | ) |
Get the url called to return the content.
Implemented in ILIAS\UI\Implementation\Component\ReplaceContentSignal.
| ILIAS\UI\Component\ReplaceContentSignal::withAsyncRenderUrl | ( | $url | ) |
Get the same signal returning an element from the given url.
| string | $url |
Implemented in ILIAS\UI\Implementation\Component\ReplaceContentSignal.