4 require_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
43 case self::CONTEXT_PASS_OVERVIEW:
44 case self::CONTEXT_INFO_SCREEN:
45 case self::CONTEXT_DYN_TEST_PLAYER:
53 $this->
setCancel($this->lng->txt(
'cancel'),
'cancelDeletePass');
54 $this->
setConfirm($this->lng->txt(
'delete'),
'performDeletePass');
56 if( $context == self::CONTEXT_DYN_TEST_PLAYER )
58 $this->
setHeaderText($this->lng->txt(
'conf_delete_pass_ctm'));
This class provides processing control methods.
addHiddenItem($a_post_var, $a_value)
Add hidden item.
setFormAction($a_form_action)
build($activeId, $pass, $context)
setConfirm($a_txt, $a_cmd, $a_id="")
Set confirmation button command and text.
Base Exception for all Exceptions relating to Modules/Test.
const CONTEXT_PASS_OVERVIEW
setCancel($a_txt, $a_cmd, $a_id="")
Set cancel button command and text.
const CONTEXT_INFO_SCREEN
setHeaderText($a_headertext)
Set Set header text.
__construct(ilCtrl $ctrl, ilLanguage $lng, $parentGUI)
const CONTEXT_DYN_TEST_PLAYER
Confirmation screen class.