34 $this->
setStyle(
'table',
'fullwidth');
36 $this->
addColumn($this->lng->txt(
"answer"),
'',
'');
37 $this->
addColumn($this->lng->txt(
"use_other_answer"),
'',
'');
38 $this->
addColumn($this->lng->txt(
"scale"),
'',
'');
40 $this->
setRowTemplate(
"tpl.il_svy_qpl_phrase_save_row.html",
"Modules/SurveyQuestionPool");
42 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj, $a_parent_cmd));
57 $this->tpl->setVariable(
"ANSWER",
$data[
"answer"]);
58 $this->tpl->setVariable(
"OPEN_ANSWER", (
$data[
"other"]) ? $this->lng->txt(
'yes') : $this->lng->txt(
'no'));
59 $this->tpl->setVariable(
"SCALE",
$data[
"scale"]);
An exception for terminatinating execution or to throw for unit testing.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setFormName($a_formname="")
Set Form name.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
setStyle($a_element, $a_style)
enable($a_module_name)
enables particular modules of table
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc