|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Functions | |
| show_form_in_modal () | |
| show_multi_step_modal () | |
| show_the_same_modal_with_different_buttons () | |
| with_custom_labels () | |
| 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.
| 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, ILIAS\UI\examples\Layout\Page\Mail\$refinery, ILIAS\UI\examples\Layout\Page\Mail\$request_wrapper, $url, and exit.
| 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.
| 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.