27 protected \ILIAS\Glossary\Editing\EditingGUIRequest
$request;
36 $this->
ctrl = $DIC->ctrl();
37 $this->
lng = $DIC->language();
38 $this->
access = $DIC->access();
39 $ilCtrl = $DIC->ctrl();
40 $lng = $DIC->language();
41 $this->request = $DIC->glossary()
47 $this->glossary = $a_parent_obj->glossary;
48 $this->
setId(
"gloqtl" . $this->glossary->getId());
55 $this->
setRowTemplate(
"tpl.term_quick_list_row.html",
"Modules/Glossary");
57 $this->
setData($this->glossary->getTermList(
"",
"",
"", 0,
false,
false, null,
true));
60 protected function fillRow(array $a_set): void
65 $ilCtrl->setParameterByClass(
"ilglossarytermgui",
"term_id", $a_set[
"id"]);
68 for ($j = 0, $jMax = count($defs); $j < $jMax; $j++) {
71 $this->tpl->setCurrentBlock(
"definition");
72 $this->tpl->setVariable(
"SEP", $sep);
73 $ilCtrl->setParameterByClass(
"ilglossarydefpagegui",
"def", $def[
"id"]);
74 $this->tpl->setVariable(
76 $ilCtrl->getLinkTargetByClass(array(
"ilglossarytermgui",
77 "iltermdefinitioneditorgui",
78 "ilglossarydefpagegui"),
"edit")
80 $this->tpl->setVariable(
"TEXT_DEF", $this->
lng->txt(
"glo_definition_abbr") . ($j + 1));
81 $this->tpl->parseCurrentBlock();
84 $ilCtrl->setParameterByClass(
85 "ilglossarydefpagegui",
87 $this->request->getDefinitionId()
90 if ($a_set[
"id"] == $this->request->getTermId()) {
91 $this->tpl->touchBlock(
"hl");
94 $this->tpl->setVariable(
"TEXT_TERM", $a_set[
"term"]);
95 $this->tpl->setVariable(
97 $ilCtrl->getLinkTargetByClass(
"ilglossarytermgui",
"editTerm")
100 $ilCtrl->setParameterByClass(
103 $this->request->getTermId()
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)
setEnableTitle(bool $a_enabletitle)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS Glossary Editing EditingGUIRequest $request
__construct(ilGlossaryTermGUI $a_parent_obj, string $a_parent_cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getDefinitionList(int $a_term_id)
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)
setEnableHeader(bool $a_enableheader)