41 $this->
ctrl = $DIC->ctrl();
42 $this->tpl = $DIC[
"tpl"];
43 $this->
tabs = $DIC->tabs();
44 $this->
lng = $DIC->language();
45 $this->
help = $DIC[
"ilHelp"];
46 $ilCtrl = $DIC->ctrl();
48 $ilCtrl->saveParameter($this,
"node_id");
66 $next_class = $ilCtrl->getNextClass($this);
67 $cmd = $ilCtrl->getCmd();
69 switch ($next_class) {
76 public function setTabs(
string $a_tab): void
84 $ilTabs->clearTargets();
91 $ilCtrl->getLinkTarget($this,
'listItems')
97 $lng->
txt(
"settings"),
98 $ilCtrl->getLinkTarget($this,
'editProperties')
104 $parent_node_id = $this->tree_repo->getParentNodeIdForNodeId($this->requested_node_id);
109 if ($parent_type ===
"scat") {
110 $ilCtrl->setParameter(
115 $ilTabs->setBackTarget(
117 $ilCtrl->getLinkTarget($this,
"listItems")
119 $ilCtrl->setParameter(
122 $this->requested_node_id
125 $ilCtrl->setParameterByClass(
128 $this->skill_tree_node_manager->getRootId()
130 $ilTabs->setBackTarget(
131 $lng->
txt(
"skmg_skills"),
132 $ilCtrl->getLinkTargetByClass(
"ilskillrootgui",
"listSkills")
134 $ilCtrl->setParameterByClass(
137 $this->requested_node_id
141 parent::setTitleIcon();
143 $lng->
txt(
"scat") .
": " . $this->node_object->getTitle()
147 $ilTabs->activateTab($a_tab);
155 parent::editProperties();
167 public function initForm(
string $a_mode =
"edit"): void
176 $ti->setMaxLength(200);
178 $ti->setRequired(
true);
179 $this->
form->addItem($ti);
184 $this->
form->addItem($ta);
191 $cb->
setInfo($lng->
txt(
"skmg_selectable_info"));
192 $this->
form->addItem($cb);
195 if ($this->tree_access_manager->hasManageCompetencesPermission()) {
196 if ($a_mode ==
"create") {
197 $this->
form->addCommandButton(
"save", $lng->
txt(
"save"));
198 $this->
form->addCommandButton(
"cancelSave", $lng->
txt(
"cancel"));
199 $this->
form->setTitle($lng->
txt(
"skmg_create_skill_category"));
201 $this->
form->addCommandButton(
"update", $lng->
txt(
"save"));
202 $this->
form->setTitle($lng->
txt(
"skmg_edit_scat"));
205 foreach ($this->
form->getItems() as $item) {
206 $item->setDisabled(
true);
210 $ilCtrl->setParameter($this,
"node_id", $this->requested_node_id);
211 $this->
form->setFormAction($ilCtrl->getFormAction($this));
216 if (!$this->tree_access_manager->hasManageCompetencesPermission()) {
221 $it->setTitle($this->
form->getInput(
"title"));
222 $it->setDescription($this->
form->getInput(
"description"));
223 $it->setSelfEvaluation((
bool) $this->
form->getInput(
"self_eval"));
224 $it->setStatus($this->
form->getInput(
"status"));
235 $values[
"title"] = $this->node_object->getTitle();
236 $values[
"description"] = $this->node_object->getDescription();
237 $values[
"self_eval"] = $this->node_object->getSelfEvaluation();
238 $values[
"status"] = $this->node_object->getStatus();
239 $this->
form->setValuesByArray($values);
244 if (!$this->tree_access_manager->hasManageCompetencesPermission()) {
248 $this->node_object->setTitle($this->
form->getInput(
"title"));
249 $this->node_object->setDescription($this->
form->getInput(
"description"));
250 $this->node_object->setSelfEvaluation((
bool) $this->
form->getInput(
"self_eval"));
251 $this->node_object->setStatus($this->
form->getInput(
"status"));
252 $this->node_object->update();
261 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_skill_in_use"));
264 if ($this->tree_access_manager->hasManageCompetencesPermission()) {
265 self::addCreationButtons();
272 $this->requested_node_id,
283 $ilCtrl = $DIC->ctrl();
284 $lng = $DIC->language();
285 $ilToolbar = $DIC->toolbar();
292 $ilCtrl->setParameterByClass(
297 $ilToolbar->addButton(
298 $lng->
txt(
"skmg_create_skll"),
299 $ilCtrl->getLinkTargetByClass(
"ilbasicskillgui",
"create")
303 $ilCtrl->setParameterByClass(
304 "ilskillcategorygui",
308 $ilToolbar->addButton(
309 $lng->
txt(
"skmg_create_skill_category"),
310 $ilCtrl->getLinkTargetByClass(
"ilskillcategorygui",
"create")
314 $ilCtrl->setParameterByClass(
315 "ilskilltemplatereferencegui",
319 $ilToolbar->addButton(
320 $lng->
txt(
"skmg_create_skill_template_reference"),
321 $ilCtrl->getLinkTargetByClass(
"ilskilltemplatereferencegui",
"create")
326 if (
$ilUser->clipboardHasObjectsOfType(
"skll")) {
327 $ilToolbar->addSeparator();
329 $ilToolbar->addButton(
330 $lng->
txt(
"skmg_insert_basic_skill_from_clip"),
331 $ilCtrl->getLinkTargetByClass(
"ilskillcategorygui",
"insertBasicSkillClip")
336 if (
$ilUser->clipboardHasObjectsOfType(
"scat")) {
338 $ilToolbar->addSeparator();
341 $ilToolbar->addButton(
342 $lng->
txt(
"skmg_insert_skill_category_from_clip"),
343 $ilCtrl->getLinkTargetByClass(
"ilskillcategorygui",
"insertSkillCategoryClip")
348 if (
$ilUser->clipboardHasObjectsOfType(
"sktr")) {
350 $ilToolbar->addSeparator();
353 $ilToolbar->addButton(
354 $lng->
txt(
"skmg_insert_skill_template_reference_from_clip"),
355 $ilCtrl->getLinkTargetByClass(
"ilskillcategorygui",
"insertTemplateReferenceClip")
360 $ilToolbar->addButton(
361 $lng->
txt(
"skmg_import_skills"),
362 $ilCtrl->getLinkTargetByClass(
"ilskillrootgui",
"showImportForm")
377 $ilCtrl->setParameterByClass(
"ilskillrootgui",
"node_id", $this->requested_node_id);
378 $ilCtrl->redirectByClass(
"ilskillrootgui",
"listSkills");
382 parent::redirectToParent();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Skill category GUI class.
static addCreationButtons()
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...
setSkillNodeDescription()
addUsageTab(ilTabsGUI $a_tabs)
static _lookupTitle(int $a_obj_id, int $a_tref_id=0)
ilGlobalTemplateInterface $tpl
static _lookupType(int $a_obj_id)
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.
Basic GUI class for skill tree nodes.
setScreenIdComponent(string $a_comp)
initForm(string $a_mode="edit")
redirectToParent(bool $a_tmp_mode=false)
Redirect to parent (identified by current node_id)
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
form( $class_path, string $cmd)
SkillAdminGUIRequest $admin_gui_request
__construct(Container $dic, ilPlugin $plugin)
This class represents a text area property in a property form.
getValues()
Get current values for from.
addStatusInput(ilPropertyFormGUI $a_form)
__construct(Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0)