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);
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;
__construct(Container $dic, ilPlugin $plugin)