ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Basic GUI class for skill tree nodes. More...
Public Member Functions | |
__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... | |
Data Fields | |
$node_object | |
$in_use = false | |
$use_checked = false | |
$access | |
$ref_id | |
Basic GUI class for skill tree nodes.
Definition at line 15 of file class.ilSkillTreeNodeGUI.php.
ilSkillTreeNodeGUI::__construct | ( | $a_node_id = 0 | ) |
constructor
object | $a_content_obj | node object |
Definition at line 34 of file class.ilSkillTreeNodeGUI.php.
References $_GET, ilSkillTreeNode\_lookupType(), and readNodeObject().
ilSkillTreeNodeGUI::addStatusInput | ( | ilPropertyFormGUI | $a_form | ) |
Add status input.
ilPropertyFormGUI | $a_form | form |
Definition at line 347 of file class.ilSkillTreeNodeGUI.php.
References $lng, ilPropertyFormGUI\addItem(), ilSkillTreeNode\getAllStatus(), and ilSkillTreeNode\getStatusInfo().
Referenced by ilSkillCategoryGUI\initForm(), ilSkillTemplateReferenceGUI\initForm(), and ilBasicSkillGUI\initForm().
ilSkillTreeNodeGUI::addUsageTab | ( | $a_tabs | ) |
Add usage tab.
Definition at line 673 of file class.ilSkillTreeNodeGUI.php.
Referenced by ilSkillCategoryGUI\setTabs(), ilSkillTemplateCategoryGUI\setTabs(), ilSkillTemplateReferenceGUI\setTabs(), ilBasicSkillTemplateGUI\setTabs(), and ilBasicSkillGUI\setTabs().
ilSkillTreeNodeGUI::afterSave | ( | ) |
After saving.
Definition at line 425 of file class.ilSkillTreeNodeGUI.php.
References redirectToParent().
Referenced by save().
ilSkillTreeNodeGUI::afterUpdate | ( | ) |
After update.
Definition at line 461 of file class.ilSkillTreeNodeGUI.php.
References $ilCtrl.
Referenced by update().
ilSkillTreeNodeGUI::cancelDelete | ( | ) |
cancel delete
Definition at line 234 of file class.ilSkillTreeNodeGUI.php.
References $ilCtrl, and redirectToParent().
ilSkillTreeNodeGUI::cancelSave | ( | ) |
Cancel saving.
Definition at line 520 of file class.ilSkillTreeNodeGUI.php.
References redirectToParent().
ilSkillTreeNodeGUI::checkPermissionBool | ( | $a_perm | ) |
Check permission pool.
string | $a_perm |
Definition at line 85 of file class.ilSkillTreeNodeGUI.php.
Referenced by confirmedDelete(), ilBasicSkillGUI\confirmLevelDeletion(), ilBasicSkillGUI\confirmLevelResourcesRemoval(), ilBasicSkillGUI\deleteLevel(), ilBasicSkillGUI\edit(), ilBasicSkillTemplateGUI\edit(), ilBasicSkillTemplateGUI\initForm(), ilSkillCategoryGUI\initForm(), ilSkillTemplateReferenceGUI\initForm(), ilBasicSkillGUI\initForm(), initForm(), ilBasicSkillGUI\initLevelForm(), ilSkillTemplateCategoryGUI\listItems(), ilSkillCategoryGUI\listItems(), ilSkillRootGUI\listSkills(), ilSkillRootGUI\listTemplates(), ilBasicSkillGUI\removeLevelResources(), save(), ilBasicSkillGUI\saveItem(), ilSkillCategoryGUI\saveItem(), ilSkillTemplateCategoryGUI\saveItem(), ilBasicSkillTemplateGUI\saveItem(), ilSkillTemplateReferenceGUI\saveItem(), ilBasicSkillGUI\saveLevel(), ilBasicSkillGUI\saveLevelResource(), ilBasicSkillGUI\saveLevelTrigger(), saveOrder(), ilBasicSkillGUI\selectLevelTrigger(), ilBasicSkillGUI\showLevelResources(), update(), ilBasicSkillGUI\updateItem(), ilSkillTemplateCategoryGUI\updateItem(), ilSkillCategoryGUI\updateItem(), ilBasicSkillGUI\updateLevel(), ilBasicSkillGUI\updateLevelOrder(), and ilSkillTemplateReferenceGUI\updateSkillTemplateReference().
ilSkillTreeNodeGUI::confirmedDelete | ( | ) |
confirmed delete
Definition at line 244 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, array, checkPermissionBool(), getParentGUI(), redirectToParent(), and ilSkillTreeNode\saveChildsOrder().
ilSkillTreeNodeGUI::copyItems | ( | ) |
Copy items to clipboard.
Definition at line 192 of file class.ilSkillTreeNodeGUI.php.
References $_POST, $ilCtrl, $lng, array, ilSkillTreeNode\clipboardCopy(), redirectToParent(), ilUtil\sendInfo(), ilEditClipboard\setAction(), ilUtil\stripSlashesArray(), and ilSkillTreeNode\uniqueTypesCheck().
ilSkillTreeNodeGUI::create | ( | ) |
Create skill tree node.
Definition at line 334 of file class.ilSkillTreeNodeGUI.php.
References $tpl, and initForm().
ilSkillTreeNodeGUI::cutItems | ( | ) |
Copy items to clipboard, then cut them from the current tree.
Definition at line 145 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, array, ilSkillTreeNode\clipboardCut(), redirectToParent(), ilSkillTreeNode\saveChildsOrder(), ilUtil\sendInfo(), ilEditClipboard\setAction(), ilUtil\stripSlashesArray(), and ilSkillTreeNode\uniqueTypesCheck().
ilSkillTreeNodeGUI::deleteNodes | ( | ) |
Delete nodes in the hierarchy.
Definition at line 134 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, and getParentGUI().
ilSkillTreeNodeGUI::editProperties | ( | ) |
Edit properties form.
Definition at line 364 of file class.ilSkillTreeNodeGUI.php.
References $lng, $tpl, getPropertyValues(), initForm(), isInUse(), and ilUtil\sendInfo().
ilSkillTreeNodeGUI::exportSelectedNodes | ( | ) |
Export seleced nodes.
Definition at line 713 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $_POST, $ilCtrl, ilObject\_lookupObjId(), array, and redirectToParent().
ilSkillTreeNodeGUI::getParentGUI | ( | ) |
Get Parent GUI class (ilObjSCORM2004LearningModuleGUI).
Definition at line 106 of file class.ilSkillTreeNodeGUI.php.
Referenced by confirmedDelete(), deleteNodes(), ilSkillRootGUI\listSkills(), ilSkillRootGUI\listTemplates(), saveAllTitles(), and setLocator().
ilSkillTreeNodeGUI::getPropertyValues | ( | ) |
Get property values for edit form.
Definition at line 381 of file class.ilSkillTreeNodeGUI.php.
References array.
Referenced by editProperties().
ilSkillTreeNodeGUI::initForm | ( | $a_mode = "edit" | ) |
Init form.
int | $a_mode | Edit Mode |
Definition at line 473 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $lng, checkPermissionBool(), ilNumberInputGUI\setMaxLength(), and ilTextInputGUI\setMaxLength().
Referenced by create(), editProperties(), save(), and update().
ilSkillTreeNodeGUI::insertBasicSkillClip | ( | ) |
Insert basic skills from clipboard.
Definition at line 590 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $ilUser, ilSkillTreeNode\insertItemsFromClip(), and redirectToParent().
ilSkillTreeNodeGUI::insertSkillCategoryClip | ( | ) |
Insert skill categories from clipboard.
Definition at line 602 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $ilUser, ilSkillTreeNode\insertItemsFromClip(), and redirectToParent().
ilSkillTreeNodeGUI::insertSkillTemplateClip | ( | ) |
Insert skill template from clipboard.
Definition at line 626 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $ilUser, ilSkillTreeNode\insertItemsFromClip(), and redirectToParent().
ilSkillTreeNodeGUI::insertTemplateCategoryClip | ( | ) |
Insert skill template category from clipboard.
Definition at line 638 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $ilUser, ilSkillTreeNode\insertItemsFromClip(), and redirectToParent().
ilSkillTreeNodeGUI::insertTemplateReferenceClip | ( | ) |
Insert skill template references from clipboard.
Definition at line 614 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $ilUser, ilSkillTreeNode\insertItemsFromClip(), and redirectToParent().
ilSkillTreeNodeGUI::isInUse | ( | ) |
Is in use?
Definition at line 55 of file class.ilSkillTreeNodeGUI.php.
References $in_use, array, and ilSkillTreeNode\getAllCSkillIdsForNodeIds().
Referenced by ilBasicSkillGUI\edit(), ilBasicSkillTemplateGUI\edit(), ilBasicSkillGUI\editLevel(), editProperties(), ilSkillTemplateCategoryGUI\listItems(), ilSkillCategoryGUI\listItems(), and ilSkillTemplateReferenceGUI\listItems().
ilSkillTreeNodeGUI::readNodeObject | ( | $a_node_id | ) |
Get node object instance.
Definition at line 114 of file class.ilSkillTreeNodeGUI.php.
References ilSkillTreeNodeFactory\getInstance().
Referenced by __construct().
ilSkillTreeNodeGUI::redirectToParent | ( | $a_tmp_mode = false | ) |
Redirect to parent (identified by current obj_id)
Definition at line 531 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $t, and ilSkillTreeNode\_lookupType().
Referenced by ilSkillTemplateCategoryGUI\afterSave(), afterSave(), cancelDelete(), cancelSave(), confirmedDelete(), copyItems(), cutItems(), exportSelectedNodes(), insertBasicSkillClip(), insertSkillCategoryClip(), insertSkillTemplateClip(), insertTemplateCategoryClip(), insertTemplateReferenceClip(), and saveOrder().
ilSkillTreeNodeGUI::save | ( | ) |
Save skill tree node.
Definition at line 397 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, afterSave(), array, checkPermissionBool(), initForm(), ilSkillTreeNode\saveChildsOrder(), and ilUtil\sendSuccess().
ilSkillTreeNodeGUI::saveAllTitles | ( | ) |
Save Titles.
Definition at line 123 of file class.ilSkillTreeNodeGUI.php.
References $ilCtrl, and getParentGUI().
ilSkillTreeNodeGUI::saveOrder | ( | ) |
Save order.
Definition at line 572 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, checkPermissionBool(), redirectToParent(), ilSkillTreeNode\saveChildsOrder(), and ilUtil\sendSuccess().
ilSkillTreeNodeGUI::setLocator | ( | ) |
Set Locator Items.
Definition at line 263 of file class.ilSkillTreeNodeGUI.php.
References $_GET, $ilCtrl, $path, $tpl, ilUtil\getImagePath(), and getParentGUI().
Referenced by ilBasicSkillGUI\showProperties().
ilSkillTreeNodeGUI::setParentGUI | ( | $a_parentgui | ) |
Set Parent GUI class.
object | $a_parentgui | Parent GUI class |
Definition at line 96 of file class.ilSkillTreeNodeGUI.php.
ilSkillTreeNodeGUI::setSkillNodeDescription | ( | ) |
Set skill node description.
Definition at line 308 of file class.ilSkillTreeNodeGUI.php.
References $path, $tpl, and array.
Referenced by ilSkillCategoryGUI\setTabs(), ilSkillTemplateCategoryGUI\setTabs(), ilSkillTemplateReferenceGUI\setTabs(), ilBasicSkillTemplateGUI\setTabs(), and ilBasicSkillGUI\setTabs().
ilSkillTreeNodeGUI::setTitleIcon | ( | ) |
Set title icon.
Definition at line 650 of file class.ilSkillTreeNodeGUI.php.
References $tpl, ilSkillTreeNode\_lookupStatus(), ilSkillTreeNode\getIconPath(), and ilSkillTreeNode\STATUS_DRAFT.
ilSkillTreeNodeGUI::showUsage | ( | ) |
Show skill usage.
Definition at line 686 of file class.ilSkillTreeNodeGUI.php.
References $html, $tab, and $tpl.
ilSkillTreeNodeGUI::update | ( | ) |
Update skill tree node.
Definition at line 435 of file class.ilSkillTreeNodeGUI.php.
References $ilCtrl, $lng, $tpl, afterUpdate(), checkPermissionBool(), initForm(), and ilUtil\sendSuccess().
ilSkillTreeNodeGUI::$access |
Definition at line 23 of file class.ilSkillTreeNodeGUI.php.
ilSkillTreeNodeGUI::$in_use = false |
Definition at line 18 of file class.ilSkillTreeNodeGUI.php.
Referenced by isInUse().
ilSkillTreeNodeGUI::$node_object |
Definition at line 17 of file class.ilSkillTreeNodeGUI.php.
ilSkillTreeNodeGUI::$ref_id |
Definition at line 27 of file class.ilSkillTreeNodeGUI.php.
Referenced by ilBasicSkillGUI\saveLevelResource().
ilSkillTreeNodeGUI::$use_checked = false |
Definition at line 19 of file class.ilSkillTreeNodeGUI.php.