ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilLanguage $lng, $parentGUI) | |
build ($activeId, $pass, $context) | |
Public Member Functions inherited from ilConfirmationGUI | |
__construct () | |
Constructor. | |
setFormAction ($a_form_action) | |
getFormAction () | |
setHeaderText ($a_headertext) | |
Set Set header text. | |
getHeaderText () | |
Get Set header text. | |
addButton ($a_txt, $a_cmd) | |
Set cancel button command and text. | |
setCancel ($a_txt, $a_cmd) | |
Set cancel button command and text. | |
setConfirm ($a_txt, $a_cmd) | |
Set confirmation button command and text. | |
addItem ($a_post_var, $a_id, $a_text, $a_img="", $a_alt="") | |
Add row item. | |
addHiddenItem ($a_post_var, $a_value) | |
Add hidden item. | |
getHTML () | |
Get confirmation screen HTML. | |
setFormName ($a_name) | |
Set form name. |
Data Fields | |
const | CONTEXT_PASS_OVERVIEW = 'contPassOverview' |
const | CONTEXT_INFO_SCREEN = 'contInfoScreen' |
const | CONTEXT_DYN_TEST_PLAYER = 'contDynTestPlayer' |
Protected Attributes | |
$ctrl | |
$lng |
Definition at line 12 of file class.ilTestPassDeletionConfirmationGUI.php.
ilTestPassDeletionConfirmationGUI::__construct | ( | ilCtrl | $ctrl, |
ilLanguage | $lng, | ||
$parentGUI | |||
) |
Definition at line 28 of file class.ilTestPassDeletionConfirmationGUI.php.
References $ctrl, $lng, and ilConfirmationGUI\setFormAction().
ilTestPassDeletionConfirmationGUI::build | ( | $activeId, | |
$pass, | |||
$context | |||
) |
Definition at line 36 of file class.ilTestPassDeletionConfirmationGUI.php.
References $pass, ilConfirmationGUI\addHiddenItem(), ilConfirmationGUI\setCancel(), ilConfirmationGUI\setConfirm(), and ilConfirmationGUI\setHeaderText().
|
protected |
Definition at line 21 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by __construct().
const ilTestPassDeletionConfirmationGUI::CONTEXT_DYN_TEST_PLAYER = 'contDynTestPlayer' |
const ilTestPassDeletionConfirmationGUI::CONTEXT_INFO_SCREEN = 'contInfoScreen' |
Definition at line 15 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by ilObjTestGUI\populateDeleteDynamicTestResultsButton(), and ilTestEvaluationGUI\redirectToPassDeletionContext().
const ilTestPassDeletionConfirmationGUI::CONTEXT_PASS_OVERVIEW = 'contPassOverview' |
Definition at line 14 of file class.ilTestPassDeletionConfirmationGUI.php.
Referenced by ilTestEvaluationGUI\confirmDeletePass(), and ilTestEvaluationGUI\redirectToPassDeletionContext().