4require_once
'Services/UIComponent/Toolbar/classes/class.ilToolbarGUI.php';
60 parent::__construct();
65 $this->
setId(
'tst_results_toolbar');
67 $this->
addButton($this->lng->txt(
'print'),
'javascript:window.print();');
71 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
75 $link->setOmitPreventDoubleSubmission(
true);
81 $this->
addButton( $this->lng->txt(
'certificate'), $this->getCertificateLinkTarget() );
87 $this->
addButton( $this->lng->txt(
'tst_btn_show_best_solutions'), $this->getShowBestSolutionsLinkTarget() );
92 $this->
addButton( $this->lng->txt(
'tst_btn_hide_best_solutions'), $this->getHideBestSolutionsLinkTarget() );
99 require_once
'Services/Form/classes/class.ilSelectInputGUI.php';
104 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
107 $link->setId(
'ilTestResultParticipantJumper');
108 $link->setCaption($this->lng->txt(
'tst_res_jump_to_participant_btn'),
false);
111 $this->tpl->addJavaScript(
'Modules/Test/js/ilTestResultParticipantSelector.js');
117 return $this->lng->txt(
'pdf_export');
172 $options = array($this->lng->txt(
'tst_res_jump_to_participant_hint_opt'));
174 if( function_exists(
'array_replace') )
This class provides processing control methods.
special template class to simplify handling of ITX/PEAR
if(!is_array($argv)) $options