27 protected \ILIAS\Glossary\Editing\EditingGUIRequest
$request;
43 $lng = $DIC->language();
44 $ilCtrl = $DIC->ctrl();
45 $ilTabs = $DIC->tabs();
50 $this->
ctrl = $ilCtrl;
51 $this->request = $DIC->glossary()
58 $this->glossary =
new ilObjGlossary($this->request->getRefId(),
true);
62 $this->tabs_gui = $ilTabs;
64 $this->
ctrl->saveParameter($this, array(
"def"));
66 $cs = $DIC->contentStyle();
67 $this->content_style_gui = $cs->gui();
68 $this->content_style_domain = $cs->domain()->styleForRefId($this->glossary->getRefId());
78 $next_class = $this->
ctrl->getNextClass($this);
79 $cmd = $this->
ctrl->getCmd();
82 $this->content_style_gui->addCss(
84 $this->term_glossary->getRefId(),
85 $this->term_glossary->getId()
89 $this->tpl->setCurrentBlock(
"SyntaxStyle");
90 $this->tpl->setVariable(
91 "LOCATION_SYNTAX_STYLESHEET",
94 $this->tpl->parseCurrentBlock();
97 $gloss_loc->setTerm($this->term);
98 $gloss_loc->setGlossary($this->glossary);
99 $gloss_loc->setDefinition($this->definition);
101 $this->tpl->setTitle($this->term->getTerm() .
" - " .
102 $this->
lng->txt(
"cont_definition") .
" " .
103 $this->definition->getNr());
104 if ($this->
ctrl->getNextClass() ==
"ilglossarydefpagegui") {
108 switch ($next_class) {
110 case "ilglossarydefpagegui":
112 if ($ilCtrl->getCmd() ==
"edit" &&
113 $ilCtrl->getCmdClass() ==
"ilglossarydefpagegui") {
116 $link =
"[<a href='" .
117 $ilCtrl->getLinkTargetByClass(
"ilglossarytermgui",
"listUsages") .
118 "'>" . $lng->
txt(
"glo_list_usages") .
"</a>]";
119 $this->tpl->setOnScreenMessage(
"info", sprintf(
120 $lng->
txt(
"glo_term_is_used_n_times"),
127 if ($this->
ctrl->getNextClass() ==
"ilglossarydefpagegui" 128 || $this->
ctrl->getCmdClass() ==
"ileditclipboardgui") {
129 $gloss_loc->display();
132 $this->
ctrl->setReturnByClass(
"ilGlossaryDefPageGUI",
"edit");
133 $this->
ctrl->setReturn($this,
"listDefinitions");
137 $this->definition->assignPageObject($page);
138 $page->addUpdateListener($this,
"saveShortText");
143 $md =
new ilMD($this->term_glossary->getId(), $this->definition->getId(),
"gdf");
145 if ($md_gen->getTitle() ==
"") {
146 $md_gen->setTitle($this->term->getTerm());
150 $page_gui->activateMetaDataEditor($this->term_glossary,
"gdf", $this->definition->getId());
152 $page_gui->setSourcecodeDownloadScript(
"ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=" . $this->request->getRefId());
153 $page_gui->setFullscreenLink(
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=fullscreen&ref_id=" . $this->request->getRefId());
154 $page_gui->setTemplateTargetVar(
"ADM_CONTENT");
155 $page_gui->setOutputMode(
"edit");
157 $page_gui->setStyleId($this->content_style_domain->getEffectiveStyleId());
159 $page_gui->setIntLinkReturn($this->
ctrl->getLinkTargetByClass(
166 $page_gui->setPageBackTitle($this->
lng->txt(
"cont_definition"));
167 $page_gui->setLinkParams(
"ref_id=" . $this->request->getRefId());
168 $page_gui->setHeader($this->term->getTerm());
169 $page_gui->setFileDownloadLink(
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=downloadFile&ref_id=" . $this->request->getRefId());
170 $page_gui->setPresentationTitle($this->term->getTerm());
171 $ret = $this->
ctrl->forwardCommand($page_gui);
179 $gloss_loc->display();
194 $this->tabs_gui->setBack2Target(
195 $this->
lng->txt(
"glossary"),
196 $this->
ctrl->getLinkTargetByClass(
"ilobjglossarygui",
"")
200 $this->tabs_gui->setBackTarget(
201 $this->
lng->txt(
"term"),
202 $this->
ctrl->getLinkTargetByClass(
"ilglossarytermgui",
"editTerm")
208 $this->definition->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...
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
ilGlossaryDefinition $definition
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...
setContent(string $a_html)
Sets content for standard template.
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...
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