ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Skill template category GUI class. More...
Public Member Functions | |
__construct ($a_node_id=0, $a_tref_id) | |
Constructor. More... | |
getType () | |
Get Node Type. More... | |
executeCommand () | |
Execute command. More... | |
setTabs ($a_tab) | |
output tabs More... | |
listItems () | |
List items. More... | |
editProperties () | |
Edit properties. More... | |
saveItem () | |
Save item. More... | |
updateItem () | |
Update item. More... | |
afterSave () | |
After saving. More... | |
showUsage () | |
Show skill usage. More... | |
Public Member Functions inherited from ilSkillTreeNodeGUI | |
__construct ($a_node_id=0) | |
constructor More... | |
isInUse () | |
Is in use? More... | |
checkPermissionBool ($a_perm) | |
Check permission pool. 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... | |
exportSelectedNodes () | |
Export seleced nodes. More... | |
Static Public Member Functions | |
static | addCreationButtons () |
Add creation buttons. More... | |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
$node_object | |
$in_use = false | |
$use_checked = false | |
$access | |
$ref_id | |
Skill template category GUI class.
ilSkillTemplateCategoryGUI: ilObjSkillManagementGUI
Definition at line 17 of file class.ilSkillTemplateCategoryGUI.php.
ilSkillTemplateCategoryGUI::__construct | ( | $a_node_id = 0 , |
|
$a_tref_id | |||
) |
Constructor.
Definition at line 23 of file class.ilSkillTemplateCategoryGUI.php.
References $ilCtrl.
|
static |
Add creation buttons.
Definition at line 144 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $ilCtrl, $ilUser, and $lng.
Referenced by ilSkillRootGUI\listTemplates().
ilSkillTemplateCategoryGUI::afterSave | ( | ) |
After saving.
Definition at line 229 of file class.ilSkillTemplateCategoryGUI.php.
References ilSkillTreeNodeGUI\redirectToParent().
ilSkillTemplateCategoryGUI::editProperties | ( | ) |
Edit properties.
Definition at line 186 of file class.ilSkillTemplateCategoryGUI.php.
References setTabs().
ilSkillTemplateCategoryGUI::executeCommand | ( | ) |
ilSkillTemplateCategoryGUI::getType | ( | ) |
Get Node Type.
Definition at line 36 of file class.ilSkillTemplateCategoryGUI.php.
ilSkillTemplateCategoryGUI::listItems | ( | ) |
List items.
Definition at line 112 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $lng, $tpl, ilSkillTreeNodeGUI\checkPermissionBool(), ilSkillTreeNodeGUI\isInUse(), ilSkillCatTableGUI\MODE_SCTP, ilUtil\sendInfo(), and setTabs().
ilSkillTemplateCategoryGUI::saveItem | ( | ) |
Save item.
Definition at line 196 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, ilSkillTreeNodeGUI\checkPermissionBool(), IL_LAST_NODE, and ilSkillTreeNode\putInTree().
ilSkillTemplateCategoryGUI::setTabs | ( | $a_tab | ) |
output tabs
Definition at line 64 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\addUsageTab(), and ilSkillTreeNodeGUI\setSkillNodeDescription().
Referenced by editProperties(), listItems(), and showUsage().
ilSkillTemplateCategoryGUI::showUsage | ( | ) |
Show skill usage.
Definition at line 237 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $html, $tab, $tpl, and setTabs().
ilSkillTemplateCategoryGUI::updateItem | ( | ) |
Update item.
Definition at line 213 of file class.ilSkillTemplateCategoryGUI.php.
References $_POST, and ilSkillTreeNodeGUI\checkPermissionBool().