ILIAS
Release_4_4_x_branch Revision 61816
|
Skill 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 | |
editProperties () | |
Edit properties. | |
proceedDragDrop () | |
Perform drag and drop action. | |
edit () | |
Edit. | |
initForm ($a_mode="edit") | |
Init form. | |
saveItem () | |
Save item. | |
getValues () | |
Get current values for from. | |
updateItem () | |
Update item. | |
listItems () | |
Update form. | |
cancel () | |
Cancel. | |
redirectToParent () | |
Redirect to parent (identified by current obj_id) | |
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. | |
addStatusInput (ilPropertyFormGUI $a_form) | |
Add status input. | |
getPropertyValues () | |
Get property values for edit form. | |
save () | |
Save skill tree node. | |
afterSave () | |
After saving. | |
update () | |
Update skill tree node. | |
afterUpdate () | |
After update. | |
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. | |
addUsageTab ($a_tabs) | |
Add usage tab. | |
showUsage () | |
Show skill usage. |
Static Public Member Functions | |
static | addCreationButtons () |
Add creation buttons. |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
$node_object |
Skill category GUI class.
ilSkillCategoryGUI: ilObjSkillManagementGUI
Definition at line 16 of file class.ilSkillCategoryGUI.php.
ilSkillCategoryGUI::__construct | ( | $a_node_id = 0 | ) |
Constructor.
Definition at line 22 of file class.ilSkillCategoryGUI.php.
References $ilCtrl, and ilSkillTreeNodeGUI\ilSkillTreeNodeGUI().
|
static |
Add creation buttons.
@return |
Definition at line 271 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $ilUser, and $lng.
Referenced by listItems(), and ilSkillRootGUI\listSkills().
ilSkillCategoryGUI::cancel | ( | ) |
Cancel.
@return |
Definition at line 335 of file class.ilSkillCategoryGUI.php.
References $ilCtrl.
ilSkillCategoryGUI::edit | ( | ) |
Edit.
Definition at line 123 of file class.ilSkillCategoryGUI.php.
References $tpl, getValues(), and initForm().
ilSkillCategoryGUI::editProperties | ( | ) |
Edit properties.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 100 of file class.ilSkillCategoryGUI.php.
References $tpl, and setTabs().
& ilSkillCategoryGUI::executeCommand | ( | ) |
Execute command.
Definition at line 42 of file class.ilSkillCategoryGUI.php.
ilSkillCategoryGUI::getType | ( | ) |
ilSkillCategoryGUI::getValues | ( | ) |
Get current values for from.
Definition at line 201 of file class.ilSkillCategoryGUI.php.
Referenced by edit().
ilSkillCategoryGUI::initForm | ( | $a_mode = "edit" | ) |
Init form.
int | $a_mode | Edit Mode |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 137 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $lng, ilSkillTreeNodeGUI\addStatusInput(), ilFormPropertyGUI\setInfo(), ilNumberInputGUI\setMaxLength(), and ilTextInputGUI\setMaxLength().
Referenced by edit().
ilSkillCategoryGUI::listItems | ( | ) |
Update form.
List items
@return |
Definition at line 251 of file class.ilSkillCategoryGUI.php.
References $_GET, $tpl, addCreationButtons(), ilSkillCatTableGUI\MODE_SCAT, and setTabs().
ilSkillCategoryGUI::proceedDragDrop | ( | ) |
Perform drag and drop action.
Definition at line 111 of file class.ilSkillCategoryGUI.php.
References $ilCtrl.
ilSkillCategoryGUI::redirectToParent | ( | ) |
Redirect to parent (identified by current obj_id)
@return |
Definition at line 348 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $t, and ilSkillTreeNode\_lookupType().
ilSkillCategoryGUI::saveItem | ( | ) |
Save item.
Definition at line 186 of file class.ilSkillCategoryGUI.php.
References $_GET, $_POST, IL_LAST_NODE, and ilSkillTreeNode\putInTree().
ilSkillCategoryGUI::setTabs | ( | $a_tab | ) |
output tabs
Definition at line 62 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\addUsageTab(), ilSkillTreeNodeGUI\setSkillNodeDescription(), and ilSkillTreeNodeGUI\setTitleIcon().
Referenced by editProperties(), and listItems().
ilSkillCategoryGUI::updateItem | ( | ) |