4require_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
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'));
Confirmation screen class.
setFormAction($a_form_action)
setCancel($a_txt, $a_cmd)
Set cancel button command and text.
setHeaderText($a_headertext)
Set Set header text.
addHiddenItem($a_post_var, $a_value)
Add hidden item.
setConfirm($a_txt, $a_cmd)
Set confirmation button command and text.
This class provides processing control methods.
Base Exception for all Exceptions relating to Modules/Test.
const CONTEXT_INFO_SCREEN
const CONTEXT_DYN_TEST_PLAYER
__construct(ilCtrl $ctrl, ilLanguage $lng, $parentGUI)
const CONTEXT_PASS_OVERVIEW
build($activeId, $pass, $context)