ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Functions | |
base () | |
description: > Example for rendering an interruptive modal. More... | |
show_modal_on_button_click () | |
description: > Example for rendering a interruptive modal on a click onto a button. More... | |
show_modal_on_button_click_async_rendered () | |
description: > Example for rendering an interruptive modal by clicking a button. More... | |
with_custom_labels () | |
description: > An example showing how you can set a custom label for the modals action- and cancel-button. More... | |
ILIAS\UI\examples\Modal\Interruptive\base | ( | ) |
ILIAS\UI\examples\Modal\Interruptive\show_modal_on_button_click | ( | ) |
description: > Example for rendering a interruptive modal on a click onto a button.
expected output: > Clicking "Show Modal" opens up a modal with some content. A click onto "Delete" will reload the page and displays a confirmation below the example.
Definition at line 34 of file show_modal_on_button_click.php.
References $DIC, $message, $out, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, and ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper.
ILIAS\UI\examples\Modal\Interruptive\show_modal_on_button_click_async_rendered | ( | ) |
description: > Example for rendering an interruptive modal by clicking a button.
In the background an asynchronous action is running.
expected output: >
Definition at line 32 of file show_modal_on_button_click_async_rendered.php.
References $_SERVER, $DIC, $id, $message, $out, ILIAS\UI\examples\Layout\Page\Standard\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, and exit.
ILIAS\UI\examples\Modal\Interruptive\with_custom_labels | ( | ) |
description: > An example showing how you can set a custom label for the modals action- and cancel-button.
expected output: > ILIAS shows a button titled "I will interrupt you". Clicking the button opens a modal with some content including
Definition at line 34 of file with_custom_labels.php.
References $DIC, and $renderer.