29 bool $confirmdelete =
false 35 $lng = $DIC->language();
36 $ilCtrl = $DIC->ctrl();
39 $this->
ctrl = $ilCtrl;
43 $this->
setStyle(
'table',
'fullwidth');
44 if (!$confirmdelete) {
47 $this->
addColumn($this->
lng->txt(
"phrase"),
'phrase',
'');
48 $this->
addColumn($this->
lng->txt(
"answers"),
'answers',
'');
58 $this->
setRowTemplate(
"tpl.il_svy_qpl_phrase_row.html",
"Modules/SurveyQuestionPool");
71 $this->
enable(
'select_all');
76 protected function fillRow(array $a_set): void
78 if (!$this->confirmdelete) {
79 $this->tpl->setCurrentBlock(
'checkbox');
80 $this->tpl->setVariable(
'CB_PHRASE_ID', $a_set[
"phrase_id"]);
82 $this->tpl->setCurrentBlock(
'hidden');
83 $this->tpl->setVariable(
'HIDDEN_PHRASE_ID', $a_set[
"phrase_id"]);
85 $this->tpl->parseCurrentBlock();
86 $this->tpl->setVariable(
'PHRASE_ID', $a_set[
"phrase_id"]);
87 $this->tpl->setVariable(
"PHRASE", $a_set[
"phrase"]);
88 $this->tpl->setVariable(
"ANSWERS", $a_set[
"answers"]);
__construct(object $a_parent_obj, string $a_parent_cmd, bool $confirmdelete=false)
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)
setFormName(string $a_name="")
setStyle(string $a_element, string $a_style)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__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)