ILIAS
release_4-3 Revision
|
Skill template category GUI class. More...
Public Member Functions | |
__construct ($a_node_id=0) | |
Constructor. | |
getType () | |
Get Node Type. | |
& | executeCommand () |
Execute command. | |
setTabs ($a_tab) | |
output tabs | |
listItems () | |
List items. | |
editProperties () | |
Edit properties. | |
saveItem () | |
Save item. | |
updateItem () | |
Update item. | |
afterSave () | |
After saving. | |
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. | |
getPropertyValues () | |
Get property values for edit form. | |
save () | |
Save skill tree node. | |
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. |
Static Public Member Functions | |
static | addCreationButtons () |
Add creation buttons. |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
$node_object |
Skill template category GUI class.
ilSkillTemplateCategoryGUI: ilObjSkillManagementGUI
Definition at line 17 of file class.ilSkillTemplateCategoryGUI.php.
ilSkillTemplateCategoryGUI::__construct | ( | $a_node_id = 0 | ) |
Constructor.
Definition at line 23 of file class.ilSkillTemplateCategoryGUI.php.
References $ilCtrl, and ilSkillTreeNodeGUI\ilSkillTreeNodeGUI().
|
static |
Add creation buttons.
@return |
Definition at line 120 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $ilCtrl, $ilUser, and $lng.
Referenced by listItems(), and ilSkillRootGUI\listTemplates().
ilSkillTemplateCategoryGUI::afterSave | ( | ) |
After saving.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 195 of file class.ilSkillTemplateCategoryGUI.php.
References ilSkillTreeNodeGUI\redirectToParent().
ilSkillTemplateCategoryGUI::editProperties | ( | ) |
Edit properties.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 162 of file class.ilSkillTemplateCategoryGUI.php.
References setTabs().
& ilSkillTemplateCategoryGUI::executeCommand | ( | ) |
Execute command.
Definition at line 43 of file class.ilSkillTemplateCategoryGUI.php.
ilSkillTemplateCategoryGUI::getType | ( | ) |
Get Node Type.
Definition at line 35 of file class.ilSkillTemplateCategoryGUI.php.
ilSkillTemplateCategoryGUI::listItems | ( | ) |
List items.
@return |
Definition at line 100 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $tpl, addCreationButtons(), ilSkillCatTableGUI\MODE_SCTP, and setTabs().
ilSkillTemplateCategoryGUI::saveItem | ( | ) |
Save item.
Definition at line 172 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, IL_LAST_NODE, and ilSkillTreeNode\putInTree().
ilSkillTemplateCategoryGUI::setTabs | ( | $a_tab | ) |
output tabs
Definition at line 63 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\setSkillNodeDescription(), and ilSkillTreeNodeGUI\setTitleIcon().
Referenced by editProperties(), and listItems().
ilSkillTemplateCategoryGUI::updateItem | ( | ) |
Update item.
Definition at line 184 of file class.ilSkillTemplateCategoryGUI.php.
References $_POST.