33 $this->
ctrl = $DIC->ctrl();
34 $this->
lng = $DIC->language();
35 $ilCtrl = $DIC->ctrl();
36 $lng = $DIC->language();
38 $this->
setId(
"rtgcat");
44 $this->
addColumn($this->
lng->txt(
"description"),
"description");
48 $this->
setFormAction($ilCtrl->getFormAction($a_parent_obj, $a_parent_cmd));
49 $this->
setRowTemplate(
"tpl.rating_category_row.html",
"components/ILIAS/Rating");
68 protected function fillRow(array $a_set): void
73 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
74 $this->tpl->setVariable(
"VAL_POS", $a_set[
"pos"]);
75 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
76 $this->tpl->setVariable(
"TXT_DESCRIPTION", nl2br($a_set[
"description"]));
78 $ilCtrl->
setParameter($this->parent_obj,
"cat_id", $a_set[
"id"]);
81 $items[
"edit"] = array(
$lng->
txt(
"edit"), $ilCtrl->getLinkTarget($this->parent_obj,
"edit"));
82 $items[
"delete"] = array(
$lng->
txt(
"delete"), $ilCtrl->getLinkTarget($this->parent_obj,
"confirmDelete"));
84 $this->tpl->setCurrentBlock(
"actions");
85 foreach ($items as $item) {
86 $this->tpl->setVariable(
"ACTION_CAPTION", $item[0]);
87 $this->tpl->setVariable(
"ACTION_LINK", $item[1]);
88 $this->tpl->parseCurrentBlock();
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_parent_id)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
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="")
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
static getAllForObject(int $a_parent_obj_id)
getItems(int $a_parent_obj_id)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
setEnableHeader(bool $a_enableheader)
setMaxCount(int $a_max_count)
set max.