|
ILIAS
release_4-3 Revision
|
Skill category GUI class. More...
Inheritance diagram for ilSkillCategoryGUI:
Collaboration diagram for ilSkillCategoryGUI: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. | |
| 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. | |
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().
Here is the call graph for this function:
|
static |
Add creation buttons.
| @return |
Definition at line 270 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $ilUser, and $lng.
Referenced by listItems(), and ilSkillRootGUI\listSkills().
Here is the caller graph for this function:| ilSkillCategoryGUI::cancel | ( | ) |
Cancel.
| @return |
Definition at line 334 of file class.ilSkillCategoryGUI.php.
References $ilCtrl.
| ilSkillCategoryGUI::edit | ( | ) |
Edit.
Definition at line 119 of file class.ilSkillCategoryGUI.php.
References $tpl, getValues(), and initForm().
Here is the call graph for this function:| ilSkillCategoryGUI::editProperties | ( | ) |
Edit properties.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 96 of file class.ilSkillCategoryGUI.php.
References $tpl, and setTabs().
Here is the call graph for this function:| & 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 199 of file class.ilSkillCategoryGUI.php.
Referenced by edit().
Here is the caller graph for this function:| ilSkillCategoryGUI::initForm | ( | $a_mode = "edit" | ) |
Init form.
| int | $a_mode | Edit Mode |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 133 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $lng, ilFormPropertyGUI\setInfo(), ilNumberInputGUI\setMaxLength(), and ilTextInputGUI\setMaxLength().
Referenced by edit().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillCategoryGUI::listItems | ( | ) |
Update form.
List items
| @return |
Definition at line 250 of file class.ilSkillCategoryGUI.php.
References $_GET, $tpl, addCreationButtons(), ilSkillCatTableGUI\MODE_SCAT, and setTabs().
Here is the call graph for this function:| ilSkillCategoryGUI::proceedDragDrop | ( | ) |
Perform drag and drop action.
Definition at line 107 of file class.ilSkillCategoryGUI.php.
References $ilCtrl.
| ilSkillCategoryGUI::redirectToParent | ( | ) |
Redirect to parent (identified by current obj_id)
| @return |
Definition at line 347 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $t, and ilSkillTreeNode\_lookupType().
Here is the call graph for this function:| ilSkillCategoryGUI::saveItem | ( | ) |
Save item.
Definition at line 184 of file class.ilSkillCategoryGUI.php.
References $_GET, $_POST, IL_LAST_NODE, and ilSkillTreeNode\putInTree().
Here is the call graph for this function:| ilSkillCategoryGUI::setTabs | ( | $a_tab | ) |
output tabs
Definition at line 62 of file class.ilSkillCategoryGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\setSkillNodeDescription(), and ilSkillTreeNodeGUI\setTitleIcon().
Referenced by editProperties(), and listItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillCategoryGUI::updateItem | ( | ) |