ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Modal.php
Go to the documentation of this file.
1 <?php
3 
9 
14 {
15 
16 
22  public function getAsyncRenderUrl();
23 
24 
34  public function withAsyncRenderUrl($url);
35 
36 
43  public function withCloseWithKeyboard($state);
44 
45 
51  public function getCloseWithKeyboard();
52 
53 
59  public function getShowSignal();
60 
61 
67  public function getCloseSignal();
68 }
This describes commonalities between the different modals.
Definition: Modal.php:13
getShowSignal()
Get the signal to show this modal in the frontend.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
withCloseWithKeyboard($state)
Get a modal like this which can or cannot be closed by keyboard (ESC), depending on the given $state...
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10
getCloseSignal()
Get the signal to close this modal in the frontend.
$url
getCloseWithKeyboard()
Returns if this modal can be closed with the keyboard (ESC key)
getAsyncRenderUrl()
Get the url returning the rendered modal, if the modals content should be rendered via ajax...
withAsyncRenderUrl($url)
Get a modal like this who&#39;s content is rendered via ajax by the given $url before the modal is shown...