|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Repository\Modal\ModalAdapterGUI:Public Member Functions | |
| __construct (string $title, string $cancel_label, HTTPUtil $http_util) | |
| getTitle () | |
| legacy (string $content) | |
| content (array $components) | |
| button (string $text, string $url, bool $replace_modal=true, $onclick="") | |
| form (\ILIAS\Repository\Form\FormAdapterGUI $form, string $on_form_submit_click="") | |
| send () | |
| renderAsyncTriggerButton (string $button_title, string $url, $shy=true) | |
| getAsyncTriggerButtonComponents (string $button_title, string $url, $shy=true) | |
| getTriggerButtonComponents (string $button_title, $shy=true) | |
Protected Member Functions | |
| _send (string $output) | |
| getModalWithContent () | |
Protected Attributes | |
| HTTPUtil | $http_util |
| string | $cancel_label |
| ILIAS Repository Form FormAdapterGUI | $form = null |
| ILIAS Refinery Factory | $refinery |
| string | $title = "" |
| ILIAS HTTP Services | $http |
| ilCtrlInterface | $ctrl |
| ILIAS DI UIServices | $ui |
| array | $ui_content = null |
| array | $action_buttons = [] |
Definition at line 27 of file class.ModalAdapterGUI.php.
| ILIAS\Repository\Modal\ModalAdapterGUI::__construct | ( | string | $title, |
| string | $cancel_label, | ||
| HTTPUtil | $http_util | ||
| ) |
| string | array | $class_path |
Definition at line 43 of file class.ModalAdapterGUI.php.
References ILIAS\Repository\Modal\ModalAdapterGUI\$cancel_label, $DIC, ILIAS\Repository\Modal\ModalAdapterGUI\$http_util, ILIAS\Repository\Modal\ModalAdapterGUI\$title, ILIAS\Repository\ctrl(), ILIAS\Repository\http(), ILIAS\Repository\refinery(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
ILIAS\HTTP\Response\Sender\ResponseSendingException
Definition at line 61 of file class.ModalAdapterGUI.php.
| ILIAS\Repository\Modal\ModalAdapterGUI::button | ( | string | $text, |
| string | $url, | ||
| bool | $replace_modal = true, |
||
$onclick = "" |
|||
| ) |
Definition at line 85 of file class.ModalAdapterGUI.php.
References $id, $url, and ILIAS\Repository\ui().
Here is the call graph for this function:| ILIAS\Repository\Modal\ModalAdapterGUI::content | ( | array | $components | ) |
Definition at line 78 of file class.ModalAdapterGUI.php.
References $components, and ILIAS\Repository\Modal\ModalAdapterGUI\form().
Here is the call graph for this function:| ILIAS\Repository\Modal\ModalAdapterGUI::form | ( | \ILIAS\Repository\Form\FormAdapterGUI | $form, |
| string | $on_form_submit_click = "" |
||
| ) |
Definition at line 110 of file class.ModalAdapterGUI.php.
References ILIAS\Repository\Modal\ModalAdapterGUI\form().
Referenced by ILIAS\Repository\Modal\ModalAdapterGUI\content(), ILIAS\Repository\Modal\ModalAdapterGUI\form(), and ILIAS\Repository\Modal\ModalAdapterGUI\legacy().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Repository\Modal\ModalAdapterGUI::getAsyncTriggerButtonComponents | ( | string | $button_title, |
| string | $url, | ||
$shy = true |
|||
| ) |
Definition at line 183 of file class.ModalAdapterGUI.php.
References $url.
|
protected |
Definition at line 138 of file class.ModalAdapterGUI.php.
References $id, ILIAS\Repository\form(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ILIAS\Repository\Modal\ModalAdapterGUI::getTitle | ( | ) |
Definition at line 66 of file class.ModalAdapterGUI.php.
References ILIAS\Repository\Modal\ModalAdapterGUI\$title.
| ILIAS\Repository\Modal\ModalAdapterGUI::getTriggerButtonComponents | ( | string | $button_title, |
$shy = true |
|||
| ) |
Definition at line 199 of file class.ModalAdapterGUI.php.
| ILIAS\Repository\Modal\ModalAdapterGUI::legacy | ( | string | $content | ) |
Definition at line 71 of file class.ModalAdapterGUI.php.
References ILIAS\Repository\Modal\ModalAdapterGUI\form(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ILIAS\Repository\Modal\ModalAdapterGUI::renderAsyncTriggerButton | ( | string | $button_title, |
| string | $url, | ||
$shy = true |
|||
| ) |
Definition at line 172 of file class.ModalAdapterGUI.php.
References $components, and $url.
| ILIAS\Repository\Modal\ModalAdapterGUI::send | ( | ) |
ILIAS\HTTP\Response\Sender\ResponseSendingException
Definition at line 166 of file class.ModalAdapterGUI.php.
References ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 38 of file class.ModalAdapterGUI.php.
|
protected |
Definition at line 30 of file class.ModalAdapterGUI.php.
Referenced by ILIAS\Repository\Modal\ModalAdapterGUI\__construct().
|
protected |
Definition at line 35 of file class.ModalAdapterGUI.php.
|
protected |
Definition at line 31 of file class.ModalAdapterGUI.php.
Definition at line 34 of file class.ModalAdapterGUI.php.
|
protected |
Definition at line 29 of file class.ModalAdapterGUI.php.
Referenced by ILIAS\Repository\Modal\ModalAdapterGUI\__construct().
Definition at line 32 of file class.ModalAdapterGUI.php.
|
protected |
Definition at line 33 of file class.ModalAdapterGUI.php.
Referenced by ILIAS\Repository\Modal\ModalAdapterGUI\__construct(), and ILIAS\Repository\Modal\ModalAdapterGUI\getTitle().
|
protected |
Definition at line 36 of file class.ModalAdapterGUI.php.
|
protected |
Definition at line 37 of file class.ModalAdapterGUI.php.