30     protected \ILIAS\Survey\Editing\EditingGUIRequest 
$request;
    33     protected \ilLanguage 
$lng;
    43         $this->request = $DIC->survey()
    52         $this->survey = new \ilObjSurvey($this->ref_id);
    69         $form = new \ilPropertyFormGUI();
    71         $form->addCommandButton(
"printView", $lng->txt(
"print_view"));
    74         $form->setFormAction(
"#");
    81         return "event.preventDefault(); document.querySelector('.modal-dialog button.close').click(); if(il.Accordion) { il.Accordion.preparePrint(); } " .
    82             "window.setTimeout(() => { window.print();}, 500);";
 
special template class to simplify handling of ITX/PEAR 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ILIAS Survey Editing EditingGUIRequest $request
 
__construct(\ilLanguage $lng, \ilCtrl $ctrl, int $ref_id)
 
getSelectionForm()
form which is featured in the modal form target is modified to open in new window (not yet possible w...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...