45 $this->
setId(
'tst_results_toolbar');
47 $this->
addButton($this->
lng->txt(
'print'),
'javascript:window.print();');
50 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
54 $link->setOmitPreventDoubleSubmission(
true);
59 $this->
addButton($this->
lng->txt(
'certificate'), $this->getCertificateLinkTarget());
64 $this->
addButton($this->
lng->txt(
'tst_btn_show_best_solutions'), $this->getShowBestSolutionsLinkTarget());
67 $this->
addButton($this->
lng->txt(
'tst_btn_hide_best_solutions'), $this->getHideBestSolutionsLinkTarget());
73 require_once
'Services/Form/classes/class.ilSelectInputGUI.php';
80 $link->setId(
'ilTestResultParticipantJumper');
81 $link->setCaption($this->
lng->txt(
'tst_res_jump_to_participant_btn'),
false);
84 $this->tpl->addJavaScript(
'Modules/Test/js/ilTestResultParticipantSelector.js');
90 return $this->
lng->txt(
'pdf_export');
145 $options = array($this->
lng->txt(
'tst_res_jump_to_participant_hint_opt'));
147 if (function_exists(
'array_replace')) {
152 $options[
$key] = $val;
Class ilCtrl provides processing control methods.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc