ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Skill category GUI class. More...
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 ($a_tmp_mode=false) | |
Redirect to parent (identified by current obj_id) 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... | |
Protected Attributes | |
$ctrl | |
$tpl | |
$tabs | |
$lng | |
$help | |
Protected Attributes inherited from ilSkillTreeNodeGUI | |
$ctrl | |
$lng | |
$locator | |
$tpl | |
$user | |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
$node_object | |
$in_use = false | |
$use_checked = false | |
$access | |
$ref_id | |
Skill category GUI class.
ilSkillCategoryGUI: ilObjSkillManagementGUI
Definition at line 16 of file class.ilSkillCategoryGUI.php.
ilSkillCategoryGUI::__construct | ( | $a_node_id = 0 | ) |
|
static |
Add creation buttons.
Definition at line 335 of file class.ilSkillCategoryGUI.php.
References $_GET, $DIC, $ilCtrl, $ilUser, and $lng.
Referenced by ilSkillRootGUI\listSkills().
ilSkillCategoryGUI::cancel | ( | ) |
Cancel.
Definition at line 425 of file class.ilSkillCategoryGUI.php.
References $ctrl, and $ilCtrl.
ilSkillCategoryGUI::edit | ( | ) |
Edit.
Definition at line 175 of file class.ilSkillCategoryGUI.php.
References $tpl, getValues(), and initForm().
ilSkillCategoryGUI::editProperties | ( | ) |
Edit properties.
Definition at line 152 of file class.ilSkillCategoryGUI.php.
References $tpl, and setTabs().
ilSkillCategoryGUI::executeCommand | ( | ) |
ilSkillCategoryGUI::getType | ( | ) |
Get Node Type.
Definition at line 66 of file class.ilSkillCategoryGUI.php.
ilSkillCategoryGUI::getValues | ( | ) |
Get current values for from.
Definition at line 252 of file class.ilSkillCategoryGUI.php.
References $values.
Referenced by edit().
ilSkillCategoryGUI::initForm | ( | $a_mode = "edit" | ) |
Init form.
int | $a_mode | Edit Mode |
Definition at line 189 of file class.ilSkillCategoryGUI.php.
References $_GET, $ctrl, $ilCtrl, $lng, ilSkillTreeNodeGUI\addStatusInput(), ilSkillTreeNodeGUI\checkPermissionBool(), ilFormPropertyGUI\setInfo(), and ilTextInputGUI\setMaxLength().
Referenced by edit().
ilSkillCategoryGUI::listItems | ( | ) |
Update form.
List items
Definition at line 304 of file class.ilSkillCategoryGUI.php.
References $_GET, $lng, $table, $tpl, ilSkillTreeNodeGUI\checkPermissionBool(), ilSkillTreeNodeGUI\isInUse(), ilSkillCatTableGUI\MODE_SCAT, ilUtil\sendInfo(), and setTabs().
ilSkillCategoryGUI::proceedDragDrop | ( | ) |
Perform drag and drop action.
Definition at line 163 of file class.ilSkillCategoryGUI.php.
ilSkillCategoryGUI::redirectToParent | ( | $a_tmp_mode = false | ) |
Redirect to parent (identified by current obj_id)
Definition at line 438 of file class.ilSkillCategoryGUI.php.
References $_GET, $ctrl, $ilCtrl, $t, and ilSkillTreeNode\_lookupType().
ilSkillCategoryGUI::saveItem | ( | ) |
Save item.
Definition at line 231 of file class.ilSkillCategoryGUI.php.
References $_GET, $_POST, $tree, ilSkillTreeNodeGUI\checkPermissionBool(), IL_LAST_NODE, and ilSkillTreeNode\putInTree().
ilSkillCategoryGUI::setTabs | ( | $a_tab | ) |
output tabs
Definition at line 95 of file class.ilSkillCategoryGUI.php.
References $_GET, $ctrl, $help, $ilCtrl, $lng, $tabs, $tpl, ilSkillTreeNodeGUI\addUsageTab(), and ilSkillTreeNodeGUI\setSkillNodeDescription().
Referenced by editProperties(), and listItems().
ilSkillCategoryGUI::updateItem | ( | ) |
Update item.
Definition at line 264 of file class.ilSkillCategoryGUI.php.
References $_POST, and ilSkillTreeNodeGUI\checkPermissionBool().
|
protected |
Definition at line 21 of file class.ilSkillCategoryGUI.php.
Referenced by cancel(), executeCommand(), initForm(), proceedDragDrop(), redirectToParent(), and setTabs().
|
protected |
Definition at line 41 of file class.ilSkillCategoryGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 36 of file class.ilSkillCategoryGUI.php.
Referenced by addCreationButtons(), initForm(), listItems(), and setTabs().
|
protected |
Definition at line 31 of file class.ilSkillCategoryGUI.php.
Referenced by executeCommand(), and setTabs().
|
protected |
Definition at line 26 of file class.ilSkillCategoryGUI.php.
Referenced by edit(), editProperties(), executeCommand(), listItems(), and setTabs().