|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 26 of file class.ilConfirmationGUI.php.
|
final |
Definition at line 81 of file class.ilConfirmationGUI.php.
| ilConfirmationGUI::addHiddenItem | ( | string | $a_post_var, |
| string | $a_value | ||
| ) |
Definition at line 129 of file class.ilConfirmationGUI.php.
Referenced by ilTestCorrectionsGUI\addHiddenItemsFromArray(), ilDclBaseRecordFieldModel\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 109 of file class.ilConfirmationGUI.php.
|
final |
Definition at line 61 of file class.ilConfirmationGUI.php.
References $form_action.
| ilConfirmationGUI::getHeaderText | ( | ) |
Definition at line 71 of file class.ilConfirmationGUI.php.
References $headertext.
|
final |
Definition at line 139 of file class.ilConfirmationGUI.php.
References Vendor\Package\$b, and ilSubmitButton\getInstance().
Here is the call graph for this function:
|
final |
Definition at line 89 of file class.ilConfirmationGUI.php.
Referenced by ilTestAnswerOptionalQuestionsConfirmationGUI\build(), and ilTestPassDeletionConfirmationGUI\build().
Here is the caller graph for this function:
|
final |
Definition at line 99 of file class.ilConfirmationGUI.php.
Referenced by ilTestAnswerOptionalQuestionsConfirmationGUI\build(), and ilTestPassDeletionConfirmationGUI\build().
Here is the caller graph for this function:
|
final |
Definition at line 56 of file class.ilConfirmationGUI.php.
Referenced by ilTestPassDeletionConfirmationGUI\__construct().
Here is the caller graph for this function:| ilConfirmationGUI::setFormName | ( | string | $a_name | ) |
Definition at line 76 of file class.ilConfirmationGUI.php.
| ilConfirmationGUI::setHeaderText | ( | string | $a_headertext | ) |
Definition at line 66 of file class.ilConfirmationGUI.php.
Referenced by ilTestSettingsChangeConfirmationGUI\build(), ilTestAnswerOptionalQuestionsConfirmationGUI\build(), and ilTestPassDeletionConfirmationGUI\build().
Here is the caller graph for this function:
|
private |
Definition at line 34 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 40 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 41 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 39 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 43 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 44 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 42 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 37 of file class.ilConfirmationGUI.php.
Referenced by getFormAction().
|
private |
Definition at line 36 of file class.ilConfirmationGUI.php.
|
protected |
Definition at line 38 of file class.ilConfirmationGUI.php.
Referenced by getHeaderText().
|
private |
Definition at line 30 of file class.ilConfirmationGUI.php.
|
private |
Definition at line 32 of file class.ilConfirmationGUI.php.
Referenced by ilTestSettingsChangeConfirmationGUI\populateParametersFromPropertyForm().
|
protected |
Definition at line 28 of file class.ilConfirmationGUI.php.
Referenced by ilTestPassDeletionConfirmationGUI\__construct(), and ilTestAnswerOptionalQuestionsConfirmationGUI\__construct().
|
private |
Definition at line 45 of file class.ilConfirmationGUI.php.
|
private |
Definition at line 35 of file class.ilConfirmationGUI.php.