| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Basic skill template GUI class. More...
 Inheritance diagram for ilBasicSkillTemplateGUI:
 Inheritance diagram for ilBasicSkillTemplateGUI: Collaboration diagram for ilBasicSkillTemplateGUI:
 Collaboration diagram for ilBasicSkillTemplateGUI:| Public Member Functions | |
| __construct ($a_node_id=0, $a_tref_id=0) | |
| Constructor. | |
| getType () | |
| Get Node Type. | |
| initForm ($a_mode="edit") | |
| Init form. | |
| setLevelHead () | |
| Set header for level. | |
| setTabs ($a_tab) | |
| Set header for skill. | |
| saveItem () | |
| Save item. | |
| afterSave () | |
| After saving. | |
| edit () | |
| Edit skill. | |
|  Public Member Functions inherited from ilBasicSkillGUI | |
| __construct ($a_node_id=0) | |
| Constructor. | |
| executeCommand () | |
| Execute command. | |
| showProperties () | |
| Show properties. | |
| proceedDragDrop () | |
| Perform drag and drop action. | |
| updateItem () | |
| Update item. | |
| editProperties () | |
| Edit properties. | |
| addLevel () | |
| Add new level. | |
| editLevel () | |
| Edit level. | |
| saveLevel () | |
| Save level form. | |
| updateLevel () | |
| Update level form. | |
| initLevelForm ($a_mode="edit") | |
| Init level form. | |
| getLevelValues () | |
| Get current values for level from. | |
| updateLevelOrder () | |
| Update level order. | |
| confirmLevelDeletion () | |
| Confirm level deletion. | |
| deleteLevel () | |
| Delete levels. | |
| editLevelTrigger () | |
| Edit level trigger. | |
| selectLevelTrigger () | |
| Select skill level trigger. | |
| saveLevelTrigger () | |
| Save level trigger. | |
| removeLevelTrigger () | |
| Remove trigger. | |
| redirectToParent () | |
| Redirect to parent (identified by current obj_id) | |
| showLevelResources () | |
| Show level resources. | |
| addLevelResource () | |
| Add level resource. | |
| saveLevelResource () | |
| Save level resource. | |
| confirmLevelResourcesRemoval () | |
| Confirm level resources removal. | |
| removeLevelResources () | |
| Remove level resource. | |
|  Public Member Functions inherited from ilSkillTreeNodeGUI | |
| ilSkillTreeNodeGUI ($a_node_id=0) | |
| constructor | |
| setParentGUI ($a_parentgui) | |
| Set Parent GUI class. | |
| getParentGUI () | |
| Get Parent GUI class (ilObjSCORM2004LearningModuleGUI). | |
| readNodeObject ($a_node_id) | |
| Get node object instance. | |
| saveAllTitles () | |
| Save Titles. | |
| deleteNodes () | |
| Delete nodes in the hierarchy. | |
| cutItems () | |
| Copy items to clipboard, then cut them from the current tree. | |
| copyItems () | |
| Copy items to clipboard. | |
| cancelDelete () | |
| cancel delete | |
| confirmedDelete () | |
| confirmed delete | |
| setLocator () | |
| Set Locator Items. | |
| setSkillNodeDescription () | |
| Set skill node description. | |
| create () | |
| Create skill tree node. | |
| addStatusInput (ilPropertyFormGUI $a_form) | |
| Add status input. | |
| getPropertyValues () | |
| Get property values for edit form. | |
| save () | |
| Save skill tree node. | |
| update () | |
| Update skill tree node. | |
| afterUpdate () | |
| After update. | |
| cancelSave () | |
| Cancel saving. | |
| redirectToParent ($a_tmp_mode=false) | |
| Redirect to parent (identified by current obj_id) | |
| saveOrder () | |
| Save order. | |
| insertBasicSkillClip () | |
| Insert basic skills from clipboard. | |
| insertSkillCategoryClip () | |
| Insert skill categories from clipboard. | |
| insertTemplateReferenceClip () | |
| Insert skill template references from clipboard. | |
| insertSkillTemplateClip () | |
| Insert skill template from clipboard. | |
| insertTemplateCategoryClip () | |
| Insert skill template category from clipboard. | |
| setTitleIcon () | |
| Set title icon. | |
| addUsageTab ($a_tabs) | |
| Add usage tab. | |
| showUsage () | |
| Show skill usage. | |
| Additional Inherited Members | |
|  Data Fields inherited from ilSkillTreeNodeGUI | |
| $node_object | |
|  Protected Attributes inherited from ilBasicSkillGUI | |
| $tref_id = 0 | |
| $base_skill_id | |
Basic skill template GUI class.
Definition at line 17 of file class.ilBasicSkillTemplateGUI.php.
| ilBasicSkillTemplateGUI::__construct | ( | $a_node_id = 0, | |
| $a_tref_id = 0 | |||
| ) | 
Constructor.
Definition at line 23 of file class.ilBasicSkillTemplateGUI.php.
References $ilCtrl.
| ilBasicSkillTemplateGUI::afterSave | ( | ) | 
After saving.
Reimplemented from ilBasicSkillGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 233 of file class.ilBasicSkillTemplateGUI.php.
References $ilCtrl.
| ilBasicSkillTemplateGUI::edit | ( | ) | 
Edit skill.
| @return | 
Reimplemented from ilBasicSkillGUI.
Definition at line 248 of file class.ilBasicSkillTemplateGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, and setTabs().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBasicSkillTemplateGUI::getType | ( | ) | 
Get Node Type.
Reimplemented from ilBasicSkillGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 37 of file class.ilBasicSkillTemplateGUI.php.
| ilBasicSkillTemplateGUI::initForm | ( | $a_mode = "edit" | ) | 
Init form.
| string | $a_mode | edit mode | 
Reimplemented from ilBasicSkillGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 47 of file class.ilBasicSkillTemplateGUI.php.
References $_GET, $ilCtrl, $lng, ilNumberInputGUI\setMaxLength(), and ilTextInputGUI\setMaxLength().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBasicSkillTemplateGUI::saveItem | ( | ) | 
Save item.
Reimplemented from ilBasicSkillGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 220 of file class.ilBasicSkillTemplateGUI.php.
References $_GET, IL_LAST_NODE, and ilSkillTreeNode\putInTree().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBasicSkillTemplateGUI::setLevelHead | ( | ) | 
Set header for level.
Reimplemented from ilBasicSkillGUI.
Definition at line 88 of file class.ilBasicSkillTemplateGUI.php.
References $_GET, $ilCtrl, $lng, $path, $tpl, ilSkillTreeNode\getIconPath(), and ilBasicSkill\lookupLevelTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBasicSkillTemplateGUI::setTabs | ( | $a_tab | ) | 
Set header for skill.
| @return | 
Reimplemented from ilBasicSkillGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 159 of file class.ilBasicSkillTemplateGUI.php.
References $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\addUsageTab(), ilSkillTreeNodeGUI\setSkillNodeDescription(), and ilSkillTreeNodeGUI\setTitleIcon().
Referenced by edit().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: