30 bool $confirmdelete =
false 36 $lng = $DIC->language();
37 $ilCtrl = $DIC->ctrl();
40 $this->
ctrl = $ilCtrl;
45 $this->
setTitle($this->
lng->txt(
'svy_export_files'));
46 $this->
setStyle(
'table',
'fullwidth');
47 if (!$confirmdelete) {
62 $this->
setRowTemplate(
"tpl.il_svy_qpl_export_row.html",
"Modules/SurveyQuestionPool");
75 $this->
enable(
'select_all');
80 protected function fillRow(array $a_set): void
82 if (!$this->confirmdelete) {
83 $this->tpl->setCurrentBlock(
'checkbox');
84 $this->tpl->setVariable(
'CB_ID', $this->counter);
87 $this->tpl->setCurrentBlock(
'hidden');
90 $this->tpl->parseCurrentBlock();
91 $this->tpl->setVariable(
'CB_ID', $this->counter);
92 $this->tpl->setVariable(
"PHRASE", $a_set[
"phrase"] ??
"");
94 $this->tpl->setVariable(
"SIZE", $a_set[
"size"]);
95 $this->tpl->setVariable(
"DATE", $a_set[
"date"]);
enable(string $a_module_name)
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFormName(string $a_name="")
setStyle(string $a_element, string $a_style)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct(object $a_parent_obj, string $a_parent_cmd, bool $confirmdelete=false)
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
addMultiCommand(string $a_cmd, string $a_text)
setPrefix(string $a_prefix)