ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This signal replaces the content of a component by ajax. More...
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.