ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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}
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
Interface to be extended by components that have the possibility to bind to Javascript.
This describes commonalities between the different modals.
Definition: Modal.php:14
getAsyncRenderUrl()
Get the url returning the rendered modal, if the modals content should be rendered via ajax.
withCloseWithKeyboard($state)
Get a modal like this which can or cannot be closed by keyboard (ESC), depending on the given $state.
withAsyncRenderUrl($url)
Get a modal like this who's content is rendered via ajax by the given $url before the modal is shown.
getCloseSignal()
Get the signal to close this modal in the frontend.
getCloseWithKeyboard()
Returns if this modal can be closed with the keyboard (ESC key)
getShowSignal()
Get the signal to show this modal in the frontend.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
$url