|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Functions | |
| base () | |
| show_modal_on_button_click () | |
| show_modal_on_button_click_async_rendered () | |
| with_custom_labels () | |
| ILIAS\UI\examples\Modal\Interruptive\base | ( | ) |
description: > Example for rendering an interruptive modal.
expected output: >
Definition at line 32 of file base.php.
References ILIAS\UI\examples\Layout\Page\Mail\$DIC, and $renderer.
| 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, $out, ILIAS\UI\examples\Layout\Page\Mail\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Mail\$request_wrapper, and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function:| 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, $out, ILIAS\UI\examples\Layout\Page\Mail\$refinery, $renderer, ILIAS\UI\examples\Layout\Page\Mail\$request_wrapper, exit, and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Here is the call graph for this function:| 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.