5include_once(
"./Services/Skill/classes/class.ilSkillTreeNodeGUI.php");
 
   26                $ilCtrl->saveParameter($this, 
"obj_id");
 
   28                parent::ilSkillTreeNodeGUI($a_node_id);
 
   46                $tpl->getStandardTemplate();
 
   48                $next_class = 
$ilCtrl->getNextClass($this);
 
   67                $enable_skmg = $skmg_set->get(
"enable_skmg");
 
   73                $this->
getParentGUI()->showTree(
true, $this, 
"listTemplates");
 
   74                $ilTabs->activateTab(
"skill_templates");
 
   76                include_once(
"./Services/Skill/classes/class.ilSkillTemplateCategoryGUI.php");
 
   79                include_once(
"./Services/Skill/classes/class.ilSkillCatTableGUI.php");
 
   83                $tpl->setContent($table->getHTML());
 
   94                $enable_skmg = $skmg_set->get(
"enable_skmg");
 
  100                $this->
getParentGUI()->showTree(
false, $this, 
"listSkills");
 
  101                $ilTabs->activateTab(
"skills");
 
  103                include_once(
"./Services/Skill/classes/class.ilSkillCategoryGUI.php");
 
  106                include_once(
"./Services/Skill/classes/class.ilSkillCatTableGUI.php");
 
  110                $tpl->setContent($table->getHTML());
 
  119                if (
$_GET[
"tmpmode"])
 
  121                        $ilCtrl->redirect($this, 
"listTemplates");
 
  125                        $ilCtrl->redirect($this, 
"listSkills");
 
static addCreationButtons()
Add creation buttons.
cancelDelete()
cancel delete
& executeCommand()
Execute command.
__construct($a_node_id=0)
Constructor.
listTemplates()
List templates.
static addCreationButtons()
Add creation buttons.
Basic GUI class for skill tree nodes.
getParentGUI()
Get Parent GUI class (ilObjSCORM2004LearningModuleGUI).
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.