| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Skill template GUI class. More...
 Inheritance diagram for ilSkillTemplateGUI:
 Inheritance diagram for ilSkillTemplateGUI: Collaboration diagram for ilSkillTemplateGUI:
 Collaboration diagram for ilSkillTemplateGUI:| Public Member Functions | |
| __construct ($a_node_id=0) | |
| Constructor. | |
| getType () | |
| Get Node Type. | |
| & | executeCommand () | 
| Execute command. | |
| setTabs () | |
| output tabs | |
| proceedDragDrop () | |
| Perform drag and drop action. | |
|  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. | |
| editProperties () | |
| Edit properties form. | |
| getPropertyValues () | |
| Get property values for edit form. | |
| save () | |
| Save skill tree node. | |
| afterSave () | |
| After saving. | |
| update () | |
| Update skill tree node. | |
| afterUpdate () | |
| After update. | |
| initForm ($a_mode="edit") | |
| Init form. | |
| 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. | |
| Additional Inherited Members | |
|  Data Fields inherited from ilSkillTreeNodeGUI | |
| $node_object | |
Skill template GUI class.
ilSkillCategoryGUI: ilObjSkillManagementGUI
Definition at line 16 of file class.ilSkillTemplateGUI.php.
| ilSkillTemplateGUI::__construct | ( | $a_node_id = 0 | ) | 
Constructor.
Definition at line 22 of file class.ilSkillTemplateGUI.php.
References $ilCtrl, and ilSkillTreeNodeGUI\ilSkillTreeNodeGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| & ilSkillTemplateGUI::executeCommand | ( | ) | 
Execute command.
Definition at line 42 of file class.ilSkillTemplateGUI.php.
| ilSkillTemplateGUI::getType | ( | ) | 
| ilSkillTemplateGUI::proceedDragDrop | ( | ) | 
Perform drag and drop action.
Definition at line 75 of file class.ilSkillTemplateGUI.php.
References $ilCtrl.
| ilSkillTemplateGUI::setTabs | ( | ) | 
output tabs
Definition at line 62 of file class.ilSkillTemplateGUI.php.
References $ilCtrl, $lng, $tpl, and ilUtil\getImagePath().
 Here is the call graph for this function:
 Here is the call graph for this function: