36 $this->
ctrl = $DIC->ctrl();
37 $this->
lng = $DIC->language();
38 $ilCtrl = $DIC->ctrl();
39 $lng = $DIC->language();
41 $this->cat_id = $a_cat_id;
42 $this->
setId(
"exccrit" . $this->cat_id);
51 $this->
addColumn($this->
lng->txt(
"position"),
"pos",
"10%");
60 $this->
setRowTemplate(
"tpl.exc_crit_row.html",
"Modules/Exercise");
79 "id" => $item->getId()
80 ,
"type" => $item->getTranslatedType()
82 ,
"title" => $item->getTitle()
88 return (
bool) count(
$data);
93 return $a_field ===
"pos";
96 protected function fillRow(array $a_set): void
101 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
102 $this->tpl->setVariable(
"POS", $a_set[
"pos"]);
103 $this->tpl->setVariable(
"TYPE", $a_set[
"type"]);
104 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
110 $this->tpl->setCurrentBlock(
"action_bl");
111 $this->tpl->setVariable(
"ACTION_URL",
$url);
112 $this->tpl->setVariable(
"ACTION_TXT",
$lng->
txt(
"edit"));
113 $this->tpl->parseCurrentBlock();
numericOrdering(string $a_field)
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)
static getInstancesByParentId(int $a_parent_id)
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)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addMultiCommand(string $a_cmd, string $a_text)
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_cat_id)