|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Skill category GUI class. More...
Inheritance diagram for ilSkillCategoryGUI:
Collaboration diagram for ilSkillCategoryGUI:Public Member Functions | |
| __construct ($a_node_id=0) | |
| Constructor. More... | |
| getType () | |
| Get Node Type. More... | |
| & | executeCommand () |
| Execute command. More... | |
| setTabs ($a_tab) | |
| output tabs More... | |
| editProperties () | |
| Edit properties. More... | |
| proceedDragDrop () | |
| Perform drag and drop action. More... | |
| edit () | |
| Edit. More... | |
| initForm ($a_mode="edit") | |
| Init form. More... | |
| saveItem () | |
| Save item. More... | |
| getValues () | |
| Get current values for from. More... | |
| updateItem () | |
| Update item. More... | |
| listItems () | |
| Update form. More... | |
| cancel () | |
| Cancel. More... | |
| redirectToParent () | |
| Redirect to parent (identified by current obj_id) More... | |
Public Member Functions inherited from ilSkillTreeNodeGUI | |
| ilSkillTreeNodeGUI ($a_node_id=0) | |
| constructor More... | |
| setParentGUI ($a_parentgui) | |
| Set Parent GUI class. More... | |
| getParentGUI () | |
| Get Parent GUI class (ilObjSCORM2004LearningModuleGUI). More... | |
| readNodeObject ($a_node_id) | |
| Get node object instance. More... | |
| saveAllTitles () | |
| Save Titles. More... | |
| deleteNodes () | |
| Delete nodes in the hierarchy. More... | |
| cutItems () | |
| Copy items to clipboard, then cut them from the current tree. More... | |
| copyItems () | |
| Copy items to clipboard. More... | |
| cancelDelete () | |
| cancel delete More... | |
| confirmedDelete () | |
| confirmed delete More... | |
| setLocator () | |
| Set Locator Items. More... | |
| setSkillNodeDescription () | |
| Set skill node description. More... | |
| create () | |
| Create skill tree node. More... | |
| addStatusInput (ilPropertyFormGUI $a_form) | |
| Add status input. More... | |
| editProperties () | |
| Edit properties form. More... | |
| getPropertyValues () | |
| Get property values for edit form. More... | |
| save () | |
| Save skill tree node. More... | |
| afterSave () | |
| After saving. More... | |
| update () | |
| Update skill tree node. More... | |
| afterUpdate () | |
| After update. More... | |
| initForm ($a_mode="edit") | |
| Init form. More... | |
| cancelSave () | |
| Cancel saving. More... | |
| redirectToParent ($a_tmp_mode=false) | |
| Redirect to parent (identified by current obj_id) More... | |
| saveOrder () | |
| Save order. More... | |
| insertBasicSkillClip () | |
| Insert basic skills from clipboard. More... | |
| insertSkillCategoryClip () | |
| Insert skill categories from clipboard. More... | |
| insertTemplateReferenceClip () | |
| Insert skill template references from clipboard. More... | |
| insertSkillTemplateClip () | |
| Insert skill template from clipboard. More... | |
| insertTemplateCategoryClip () | |
| Insert skill template category from clipboard. More... | |
| setTitleIcon () | |
| Set title icon. More... | |
| addUsageTab ($a_tabs) | |
| Add usage tab. More... | |
| showUsage () | |
| Show skill usage. More... | |
Static Public Member Functions | |
| static | addCreationButtons () |
| Add creation buttons. More... | |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
| $node_object | |
Skill category GUI class.
@ilCtrl_isCalledBy ilSkillCategoryGUI: ilObjSkillManagementGUI
Definition at line 16 of file class.ilSkillCategoryGUI.php.
| ilSkillCategoryGUI::__construct | ( | $a_node_id = 0 | ) |
Constructor.
Definition at line 22 of file class.ilSkillCategoryGUI.php.
References $ilCtrl.
|
static |
Add creation buttons.
return
Definition at line 271 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $ilUser, and $lng.
Referenced by listItems(), and ilSkillRootGUI\listSkills().
Here is the caller graph for this function:| ilSkillCategoryGUI::cancel | ( | ) |
Cancel.
return
Definition at line 335 of file class.ilSkillCategoryGUI.php.
References $ilCtrl.
| ilSkillCategoryGUI::edit | ( | ) |
Edit.
Definition at line 123 of file class.ilSkillCategoryGUI.php.
References $tpl, getValues(), and initForm().
Here is the call graph for this function:| ilSkillCategoryGUI::editProperties | ( | ) |
Edit properties.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 100 of file class.ilSkillCategoryGUI.php.
References $tpl, and setTabs().
Here is the call graph for this function:| & ilSkillCategoryGUI::executeCommand | ( | ) |
Execute command.
Definition at line 42 of file class.ilSkillCategoryGUI.php.
| ilSkillCategoryGUI::getType | ( | ) |
Get Node Type.
Definition at line 34 of file class.ilSkillCategoryGUI.php.
| ilSkillCategoryGUI::getValues | ( | ) |
Get current values for from.
Definition at line 201 of file class.ilSkillCategoryGUI.php.
Referenced by edit().
Here is the caller graph for this function:| ilSkillCategoryGUI::initForm | ( | $a_mode = "edit" | ) |
Init form.
| int | $a_mode | Edit Mode |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 137 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $lng, and ilSkillTreeNodeGUI\addStatusInput().
Referenced by edit().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillCategoryGUI::listItems | ( | ) |
Update form.
List items
return
Definition at line 251 of file class.ilSkillCategoryGUI.php.
References $_GET, $tpl, addCreationButtons(), ilSkillCatTableGUI\MODE_SCAT, and setTabs().
Here is the call graph for this function:| ilSkillCategoryGUI::proceedDragDrop | ( | ) |
Perform drag and drop action.
Definition at line 111 of file class.ilSkillCategoryGUI.php.
References $ilCtrl.
| ilSkillCategoryGUI::redirectToParent | ( | ) |
Redirect to parent (identified by current obj_id)
return
Definition at line 348 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $t, and ilSkillTreeNode\_lookupType().
Here is the call graph for this function:| ilSkillCategoryGUI::saveItem | ( | ) |
Save item.
Definition at line 186 of file class.ilSkillCategoryGUI.php.
References $_GET, $_POST, IL_LAST_NODE, and ilSkillTreeNode\putInTree().
Here is the call graph for this function:| ilSkillCategoryGUI::setTabs | ( | $a_tab | ) |
output tabs
Definition at line 62 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\addUsageTab(), and ilSkillTreeNodeGUI\setSkillNodeDescription().
Referenced by editProperties(), and listItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillCategoryGUI::updateItem | ( | ) |
Update item.
Definition at line 214 of file class.ilSkillCategoryGUI.php.
References $_POST.