27 protected \ILIAS\Glossary\Editing\EditingGUIRequest
$request;
42 $lng = $DIC->language();
43 $ilCtrl = $DIC->ctrl();
44 $ilTabs = $DIC->tabs();
49 $this->
ctrl = $ilCtrl;
50 $this->request = $DIC->glossary()
57 $this->glossary =
new ilObjGlossary($this->request->getRefId(),
true);
58 if (($this->request->getTableGlossaryTermListAction() ==
"editDefinition")
59 && !empty($this->request->getTableGlossaryTermListIds())) {
60 $term_id = (
int) $this->request->getTableGlossaryTermListIds()[0];
66 $this->tabs_gui = $ilTabs;
68 $this->
ctrl->saveParameter($this, array(
"term"));
70 $cs = $DIC->contentStyle();
71 $this->content_style_gui = $cs->gui();
72 $this->content_style_domain = $cs->domain()->styleForRefId($this->glossary->getRefId());
76 public function executeCommand():
void 82 $next_class = $this->
ctrl->getNextClass($this);
83 $cmd = $this->
ctrl->getCmd();
86 $this->content_style_gui->addCss(
88 $this->term_glossary->getRefId(),
89 $this->term_glossary->getId()
93 $this->tpl->setCurrentBlock(
"SyntaxStyle");
94 $this->tpl->setVariable(
95 "LOCATION_SYNTAX_STYLESHEET",
98 $this->tpl->parseCurrentBlock();
101 $gloss_loc->setTerm($this->term);
102 $gloss_loc->setGlossary($this->glossary);
104 $this->tpl->setTitle($this->term->getTerm() .
" - " .
105 $this->
lng->txt(
"cont_definition"));
106 if ($this->
ctrl->getNextClass() ==
"ilglossarydefpagegui") {
110 switch ($next_class) {
111 case "ilglossarydefpagegui":
113 if ($ilCtrl->getCmd() ==
"edit" &&
114 $ilCtrl->getCmdClass() ==
"ilglossarydefpagegui") {
117 $link =
"[<a href='" .
118 $ilCtrl->getLinkTargetByClass(
"ilglossarytermgui",
"listUsages") .
119 "'>" . $lng->
txt(
"glo_list_usages") .
"</a>]";
120 $this->tpl->setOnScreenMessage(
"info", sprintf(
121 $lng->
txt(
"glo_term_is_used_n_times"),
128 if ($this->
ctrl->getNextClass() ==
"ilglossarydefpagegui" 129 || $this->
ctrl->getCmdClass() ==
"ileditclipboardgui") {
130 $gloss_loc->display();
133 $this->
ctrl->setReturnByClass(
"ilGlossaryDefPageGUI",
"edit");
134 $this->
ctrl->setReturn($this,
"listDefinitions");
139 $this->term->assignPageObject($page);
140 $page->addUpdateListener($this,
"saveShortText");
143 $page_gui->setSourcecodeDownloadScript(
"ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=" . $this->request->getRefId());
144 $page_gui->setFullscreenLink(
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=fullscreen&ref_id=" . $this->request->getRefId());
145 $page_gui->setTemplateTargetVar(
"ADM_CONTENT");
146 $page_gui->setOutputMode(
"edit");
148 $page_gui->setStyleId($this->content_style_domain->getEffectiveStyleId());
150 $page_gui->setIntLinkReturn($this->
ctrl->getLinkTargetByClass(
157 $page_gui->setPageBackTitle($this->
lng->txt(
"cont_definition"));
158 $page_gui->setLinkParams(
"ref_id=" . $this->request->getRefId());
159 $page_gui->setHeader($this->term->getTerm());
160 $page_gui->setFileDownloadLink(
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=downloadFile&ref_id=" . $this->request->getRefId());
161 $page_gui->setPresentationTitle($this->term->getTerm());
162 $ret = $this->
ctrl->forwardCommand($page_gui);
170 $gloss_loc->display();
184 $this->tabs_gui->setBack2Target(
185 $this->
lng->txt(
"glossary"),
186 $this->
ctrl->getLinkTargetByClass(
"ilobjglossarygui",
"")
190 $this->tabs_gui->setBackTarget(
191 $this->
lng->txt(
"term"),
192 $this->
ctrl->getLinkTargetByClass(
"ilglossarytermgui",
"editTerm")
198 $this->term->updateShortText();
setEditPreview(bool $a_editpreview)
Set Display first Edit tab, then Preview tab, instead of Page and Edit.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContent(string $a_html)
Sets content for standard template.
ILIAS Style Content Object ObjectFacade $content_style_domain
ILIAS Glossary Editing EditingGUIRequest $request
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
ILIAS Style Content GUIService $content_style_gui
static getSyntaxStylePath()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getNumberOfUsages(int $a_term_id)
ilObjGlossary $term_glossary
static _lookGlossaryID(int $term_id)
get glossary id form term id