|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Basic skill GUI class. More...
Inheritance diagram for ilBasicSkillGUI:
Collaboration diagram for ilBasicSkillGUI:Public Member Functions | |
| __construct ($a_node_id=0) | |
| Constructor. More... | |
| getType () | |
| Get Node Type. More... | |
| executeCommand () | |
| Execute command. More... | |
| showProperties () | |
| Show properties. More... | |
| proceedDragDrop () | |
| Perform drag and drop action. More... | |
| saveItem () | |
| Save item. More... | |
| afterSave () | |
| After saving. More... | |
| updateItem () | |
| Update item. More... | |
| edit () | |
| Edit skill. More... | |
| initForm ($a_mode="edit") | |
| Init form. More... | |
| editProperties () | |
| Edit properties. More... | |
| addLevel () | |
| Add new level. More... | |
| editLevel () | |
| Edit level. More... | |
| saveLevel () | |
| Save level form. More... | |
| updateLevel () | |
| Update level form. More... | |
| initLevelForm ($a_mode="edit") | |
| Init level form. More... | |
| getLevelValues () | |
| Get current values for level from. More... | |
| updateLevelOrder () | |
| Update level order. More... | |
| confirmLevelDeletion () | |
| Confirm level deletion. More... | |
| deleteLevel () | |
| Delete levels. More... | |
| setLevelHead () | |
| Set header for level. More... | |
| setTabs ($a_tab="levels") | |
| Set header for skill. More... | |
| editLevelTrigger () | |
| Edit level trigger. More... | |
| selectLevelTrigger () | |
| Select skill level trigger. More... | |
| saveLevelTrigger () | |
| Save level trigger. More... | |
| removeLevelTrigger () | |
| Remove trigger. More... | |
| redirectToParent () | |
| Redirect to parent (identified by current obj_id) More... | |
| showLevelResources () | |
| Show level resources. More... | |
| addLevelResource () | |
| Add level resource. More... | |
| saveLevelResource () | |
| Save level resource. More... | |
| confirmLevelResourcesRemoval () | |
| Confirm level resources removal. More... | |
| removeLevelResources () | |
| Remove level resource. 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... | |
Protected Attributes | |
| $tref_id = 0 | |
| $base_skill_id | |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
| $node_object | |
Basic skill GUI class.
Definition at line 18 of file class.ilBasicSkillGUI.php.
| ilBasicSkillGUI::__construct | ( | $a_node_id = 0 | ) |
Constructor.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 26 of file class.ilBasicSkillGUI.php.
References $ilCtrl.
| ilBasicSkillGUI::addLevel | ( | ) |
Add new level.
Definition at line 225 of file class.ilBasicSkillGUI.php.
References $tpl, and initLevelForm().
Here is the call graph for this function:| ilBasicSkillGUI::addLevelResource | ( | ) |
Add level resource.
Definition at line 665 of file class.ilBasicSkillGUI.php.
References $ilCtrl, $lng, $tpl, and setLevelHead().
Here is the call graph for this function:| ilBasicSkillGUI::afterSave | ( | ) |
After saving.
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 117 of file class.ilBasicSkillGUI.php.
References $ilCtrl.
| ilBasicSkillGUI::confirmLevelDeletion | ( | ) |
Confirm level deletion.
Definition at line 367 of file class.ilBasicSkillGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilBasicSkill\lookupLevelTitle(), ilUtil\sendInfo(), and setTabs().
Here is the call graph for this function:| ilBasicSkillGUI::confirmLevelResourcesRemoval | ( | ) |
Confirm level resources removal.
Definition at line 706 of file class.ilBasicSkillGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilUtil\sendInfo(), and setLevelHead().
Here is the call graph for this function:| ilBasicSkillGUI::deleteLevel | ( | ) |
Delete levels.
Definition at line 399 of file class.ilBasicSkillGUI.php.
References $_POST, $ilCtrl, $lng, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilBasicSkillGUI::edit | ( | ) |
Edit skill.
Reimplemented in ilBasicSkillTemplateGUI.
Definition at line 141 of file class.ilBasicSkillGUI.php.
References $ilCtrl, $lng, $tpl, and setTabs().
Here is the call graph for this function:| ilBasicSkillGUI::editLevel | ( | ) |
Edit level.
Definition at line 236 of file class.ilBasicSkillGUI.php.
References $tpl, getLevelValues(), and initLevelForm().
Here is the call graph for this function:| ilBasicSkillGUI::editLevelTrigger | ( | ) |
Edit level trigger.
Definition at line 528 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilObject\_isInTrash(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilBasicSkill\lookupLevelTrigger(), and setLevelHead().
Here is the call graph for this function:| ilBasicSkillGUI::editProperties | ( | ) |
Edit properties.
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 209 of file class.ilBasicSkillGUI.php.
References setTabs().
Here is the call graph for this function:| ilBasicSkillGUI::executeCommand | ( | ) |
Execute command.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 47 of file class.ilBasicSkillGUI.php.
References $_GET, $cmd, $ilCtrl, $ret, $tpl, and setLevelHead().
Here is the call graph for this function:| ilBasicSkillGUI::getLevelValues | ( | ) |
Get current values for level from.
Definition at line 341 of file class.ilBasicSkillGUI.php.
Referenced by editLevel().
Here is the caller graph for this function:| ilBasicSkillGUI::getType | ( | ) |
Get Node Type.
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 39 of file class.ilBasicSkillGUI.php.
| ilBasicSkillGUI::initForm | ( | $a_mode = "edit" | ) |
Init form.
| int | $a_mode | Edit Mode |
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 160 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, and ilSkillTreeNodeGUI\addStatusInput().
Here is the call graph for this function:| ilBasicSkillGUI::initLevelForm | ( | $a_mode = "edit" | ) |
Init level form.
| string | $a_mode | form mode |
Definition at line 298 of file class.ilBasicSkillGUI.php.
References $ilCtrl, $lng, and setLevelHead().
Referenced by addLevel(), editLevel(), saveLevel(), and updateLevel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBasicSkillGUI::proceedDragDrop | ( | ) |
Perform drag and drop action.
Definition at line 90 of file class.ilBasicSkillGUI.php.
References $ilCtrl.
| ilBasicSkillGUI::redirectToParent | ( | ) |
Redirect to parent (identified by current obj_id)
Definition at line 619 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $t, and ilSkillTreeNode\_lookupType().
Here is the call graph for this function:| ilBasicSkillGUI::removeLevelResources | ( | ) |
Remove level resource.
Definition at line 740 of file class.ilBasicSkillGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilBasicSkillGUI::removeLevelTrigger | ( | ) |
Remove trigger.
Definition at line 608 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, and ilBasicSkill\writeLevelTrigger().
Here is the call graph for this function:| ilBasicSkillGUI::saveItem | ( | ) |
Save item.
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 102 of file class.ilBasicSkillGUI.php.
References $_GET, $_POST, IL_LAST_NODE, and ilSkillTreeNode\putInTree().
Here is the call graph for this function:| ilBasicSkillGUI::saveLevel | ( | ) |
Save level form.
Definition at line 248 of file class.ilBasicSkillGUI.php.
References $ilCtrl, $lng, $tpl, initLevelForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilBasicSkillGUI::saveLevelResource | ( | ) |
Save level resource.
Definition at line 684 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, $ref_id, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilBasicSkillGUI::saveLevelTrigger | ( | ) |
Save level trigger.
Definition at line 597 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, and ilBasicSkill\writeLevelTrigger().
Here is the call graph for this function:| ilBasicSkillGUI::selectLevelTrigger | ( | ) |
Select skill level trigger.
Definition at line 572 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, and setLevelHead().
Here is the call graph for this function:| ilBasicSkillGUI::setLevelHead | ( | ) |
Set header for level.
Reimplemented in ilBasicSkillTemplateGUI.
Definition at line 418 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, $path, $tpl, and ilBasicSkill\lookupLevelTitle().
Referenced by addLevelResource(), confirmLevelResourcesRemoval(), editLevelTrigger(), executeCommand(), initLevelForm(), selectLevelTrigger(), and showLevelResources().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBasicSkillGUI::setTabs | ( | $a_tab = "levels" | ) |
Set header for skill.
| string | $a_tab | active tab |
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 480 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\addUsageTab(), and ilSkillTreeNodeGUI\setSkillNodeDescription().
Referenced by confirmLevelDeletion(), edit(), editProperties(), and showProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBasicSkillGUI::showLevelResources | ( | ) |
Show level resources.
Definition at line 644 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, $tab, $tpl, and setLevelHead().
Here is the call graph for this function:| ilBasicSkillGUI::showProperties | ( | ) |
Show properties.
Definition at line 76 of file class.ilBasicSkillGUI.php.
References $tpl, ilSkillTreeNodeGUI\setLocator(), and setTabs().
Here is the call graph for this function:| ilBasicSkillGUI::updateItem | ( | ) |
Update item.
Definition at line 129 of file class.ilBasicSkillGUI.php.
References $_POST.
| ilBasicSkillGUI::updateLevel | ( | ) |
Update level form.
Definition at line 271 of file class.ilBasicSkillGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, initLevelForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilBasicSkillGUI::updateLevelOrder | ( | ) |
Update level order.
Definition at line 354 of file class.ilBasicSkillGUI.php.
References $_POST, $ilCtrl, $lng, ilUtil\sendSuccess(), and ilUtil\stripSlashesArray().
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 20 of file class.ilBasicSkillGUI.php.