|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilConfirmationGUI:
Collaboration diagram for ilConfirmationGUI:Public Member Functions | |
| setFormAction (string $a_form_action) | |
| getFormAction () | |
| setHeaderText (string $a_headertext) | |
| getHeaderText () | |
| setFormName (string $a_name) | |
| addButton (string $a_txt, string $a_cmd) | |
| setCancel (string $a_txt, string $a_cmd, string $a_id='') | |
| setConfirm (string $a_txt, string $a_cmd, string $a_id='') | |
| addItem (string $a_post_var, string $a_id, string $a_text, string $a_img='', string $a_alt='') | |
| addHiddenItem (string $a_post_var, string $a_value) | |
| getHTML () | |
Protected Attributes | |
| ilLanguage | $lng |
| string | $form_action = '' |
| string | $headertext = '' |
| string | $cancel_txt = '' |
| string | $cancel_cmd = '' |
| string | $cancel_id = '' |
| string | $confirm_txt = '' |
| string | $confirm_cmd = '' |
| string | $confirm_id = '' |
Private Attributes | |
| array | $hidden_item = [] |
| array | $item = [] |
| array | $buttons = [] |
| bool | $use_images = false |
| string | $form_name = '' |
| ilGlobalTemplateInterface | $main_tpl |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Confirmation screen class.
Definition at line 24 of file class.ilConfirmationGUI.php.
|
final |
Definition at line 79 of file class.ilConfirmationGUI.php.
| ilConfirmationGUI::addHiddenItem | ( | string | $a_post_var, |
| string | $a_value | ||
| ) |
Definition at line 127 of file class.ilConfirmationGUI.php.
Referenced by ilTestCorrectionsGUI\addHiddenItemsFromArray(), ilDclBaseRecordFieldModel\addHiddenItemsToConfirmation(), ilDclFileuploadRecordFieldModel\addHiddenItemsToConfirmation(), ilDclMobRecordFieldModel\addHiddenItemsToConfirmation(), ilDclTextRecordFieldModel\addHiddenItemsToConfirmation(), ilTestPassDeletionConfirmationGUI\build(), ilTestSettingsChangeConfirmationGUI\populateParametersFromPost(), and ilTestSettingsChangeConfirmationGUI\populateParametersFromPropertyForm().
Here is the caller graph for this function:| ilConfirmationGUI::addItem | ( | string | $a_post_var, |
| string | $a_id, | ||
| string | $a_text, | ||
| string | $a_img = '', |
||
| string | $a_alt = '' |
||
| ) |
Definition at line 107 of file class.ilConfirmationGUI.php.
|
final |
Definition at line 59 of file class.ilConfirmationGUI.php.
References $form_action.
| ilConfirmationGUI::getHeaderText | ( | ) |
Definition at line 69 of file class.ilConfirmationGUI.php.
References $headertext.
|
final |
Definition at line 137 of file class.ilConfirmationGUI.php.
References Vendor\Package\$b, and ilSubmitButton\getInstance().
Referenced by ilTestCorrectionsGUI\confirmManualScoringReset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 87 of file class.ilConfirmationGUI.php.
Referenced by ilTestAnswerOptionalQuestionsConfirmationGUI\build(), ilTestPassDeletionConfirmationGUI\build(), and ilTestCorrectionsGUI\confirmManualScoringReset().
Here is the caller graph for this function:
|
final |
Definition at line 97 of file class.ilConfirmationGUI.php.
Referenced by ilTestAnswerOptionalQuestionsConfirmationGUI\build(), ilTestPassDeletionConfirmationGUI\build(), and ilTestCorrectionsGUI\confirmManualScoringReset().
Here is the caller graph for this function:
|
final |
Definition at line 54 of file class.ilConfirmationGUI.php.
Referenced by ilTestPassDeletionConfirmationGUI\__construct(), and ilTestCorrectionsGUI\confirmManualScoringReset().
Here is the caller graph for this function:| ilConfirmationGUI::setFormName | ( | string | $a_name | ) |
Definition at line 74 of file class.ilConfirmationGUI.php.
| ilConfirmationGUI::setHeaderText | ( | string | $a_headertext | ) |
Definition at line 64 of file class.ilConfirmationGUI.php.
Referenced by ilTestSettingsChangeConfirmationGUI\build(), ilTestAnswerOptionalQuestionsConfirmationGUI\build(), ilTestPassDeletionConfirmationGUI\build(), and ilTestCorrectionsGUI\confirmManualScoringReset().
Here is the caller graph for this function:
|
private |
Definition at line 32 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 38 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 39 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 37 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 41 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 42 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 40 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 35 of file class.ilConfirmationGUI.php.
Referenced by getFormAction().
|
private |
Definition at line 34 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 36 of file class.ilConfirmationGUI.php.
Referenced by getHeaderText().
|
private |
Definition at line 28 of file class.ilConfirmationGUI.php.
|
private |
Definition at line 30 of file class.ilConfirmationGUI.php.
Referenced by ilTestSettingsChangeConfirmationGUI\populateParametersFromPropertyForm().
|
protected |
Definition at line 26 of file class.ilConfirmationGUI.php.
Referenced by ilTestPassDeletionConfirmationGUI\__construct(), and ilTestAnswerOptionalQuestionsConfirmationGUI\__construct().
|
private |
Definition at line 43 of file class.ilConfirmationGUI.php.
|
private |
Definition at line 33 of file class.ilConfirmationGUI.php.