ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Functions | |
show_form_in_modal () | |
description: > Example for rendering a round trip modal. More... | |
show_multi_step_modal () | |
description: > Example for rendering a round trip multi-step modal. More... | |
show_the_same_modal_with_different_buttons () | |
description: > Example for rendering a round trip modal with different buttons. More... | |
with_custom_labels () | |
description: > An example showing how you can set a custom label for the modals cancel-button. More... | |
ILIAS\UI\examples\Modal\RoundTrip\show_form_in_modal | ( | ) |
description: > Example for rendering a round trip modal.
expected output: > ILIAS shows a button titled "open modal". A click onto the button opens the modal including a formular "some text"
Definition at line 33 of file show_form_in_modal.php.
References $data, $DIC, $renderer, and null.
ILIAS\UI\examples\Modal\RoundTrip\show_multi_step_modal | ( | ) |
description: > Example for rendering a round trip multi-step modal.
expected output: > ILIAS shows a button titled "Signin". A click onto the button will open a modal with two buttons "Login" and "Registration". Depending on the button a click will switch betweeen the "Login Page" and "Registration Page"
Definition at line 36 of file show_multi_step_modal.php.
References $_SERVER, $DIC, Vendor\Package\$f, $r, ILIAS\UI\examples\Layout\Page\Standard\$refinery, ILIAS\UI\examples\Layout\Page\Standard\$request_wrapper, $url, exit, and null.
ILIAS\UI\examples\Modal\RoundTrip\show_the_same_modal_with_different_buttons | ( | ) |
description: > Example for rendering a round trip modal with different buttons.
expected output: > ILIAS shows three buttons with different titles. After clicking one of the first two buttonns a modal with primary
Definition at line 33 of file show_the_same_modal_with_different_buttons.php.
References $DIC, $out, and $renderer.
ILIAS\UI\examples\Modal\RoundTrip\with_custom_labels | ( | ) |
description: > An example showing how you can set a custom label for the modals cancel-button.
expected output: > ILIAS shows a button titled "I will show you something". A click onto the button will open a modal including the two
Definition at line 34 of file with_custom_labels.php.
References $DIC, and $renderer.