157 $this->buttons[] = $button;
173 $this->parameters[] = $hiddenInputGUI;
189 $tpl =
new ilTemplate(
'tpl.tst_player_confirmation_modal.html',
true,
true,
'Modules/Test');
192 $tpl->setCurrentBlock(
'checkbox');
195 $tpl->parseCurrentBlock();
199 $tpl->setCurrentBlock(
'hidden_inputs');
200 $tpl->setVariable(
'HIDDEN_INPUT', $parameter->getToolbarHTML());
201 $tpl->parseCurrentBlock();
205 $tpl->setCurrentBlock(
'buttons');
206 $tpl->setVariable(
'BUTTON', $button->render());
207 $tpl->parseCurrentBlock();
224 return $modal->getHTML();
235 $button->setUrl(
'#');
236 $button->setId($buttonId);
setHeaderText($headerText)
setConfirmationCheckboxName($confirmationCheckboxName)
$confirmationCheckboxName
$confirmationCheckboxLabel
getConfirmationCheckboxLabel()
buildModalButtonInstance($buttonId)
addButton(ilLinkButton $button)
getConfirmationCheckboxName()
isConfirmationCheckboxRequired()
addParameter(ilHiddenInputGUI $hiddenInputGUI)
setConfirmationCheckboxLabel($confirmationCheckboxLabel)
setConfirmationText($confirmationText)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl