|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilPCFileItemGUI. More...
Inheritance diagram for ilPCFileItemGUI:
Collaboration diagram for ilPCFileItemGUI:Public Member Functions | |
| ilPCFileItemGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id, $a_pc_id="") | |
| Constructor public. | |
| & | executeCommand () |
| execute command | |
| newFileItem () | |
| insert new file item | |
| newItemAfter () | |
| insert new list item after current one | |
| insertNewItemAfter () | |
| insert new file item after another item | |
| newItemBefore () | |
| insert new list item before current one | |
| insertNewItemBefore () | |
| insert new list item before current one | |
| deleteItem () | |
| delete a list item | |
| moveItemDown () | |
| move list item down | |
| moveItemUp () | |
| move list item up | |
Public Member Functions inherited from ilPageContentGUI | |
| ilPageContentGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id=0, $a_pc_id="") | |
| Constructor public. | |
| getHierId () | |
| get hierarchical id in dom object | |
| setHierId ($a_hier_id) | |
| get hierarchical id in dom object | |
| getBBMenu () | |
| Get the bb menu incl. | |
| delete () | |
| delete content element | |
| moveAfter () | |
| move content element after another element | |
| moveBefore () | |
| move content element before another element | |
| splitPage () | |
| split page to new page at specified position | |
| splitPageNext () | |
| split page to next page at specified position | |
| displayValidationError () | |
| display validation errors | |
| cancelCreate () | |
| cancel creating page content | |
| cancelUpdate () | |
| cancel update | |
| deactivate () | |
| gui function set enabled if is not enabled and vice versa | |
Additional Inherited Members | |
Data Fields inherited from ilPageContentGUI | |
| $content_obj | |
| $ilias | |
| $tpl | |
| $lng | |
| $ctrl | |
| $pg_obj | |
| $hier_id | |
| $dom | |
| $updated | |
| $target_script | |
| $return_location | |
Class ilPCFileItemGUI.
Handles user commands on items of file lists
Definition at line 37 of file class.ilPCFileItemGUI.php.
| ilPCFileItemGUI::deleteItem | ( | ) |
delete a list item
Definition at line 186 of file class.ilPCFileItemGUI.php.
References $_SESSION.
| & ilPCFileItemGUI::executeCommand | ( | ) |
execute command
Definition at line 52 of file class.ilPCFileItemGUI.php.
| ilPCFileItemGUI::ilPCFileItemGUI | ( | & | $a_pg_obj, |
| & | $a_content_obj, | ||
| $a_hier_id, | |||
$a_pc_id = "" |
|||
| ) |
Constructor public.
Definition at line 44 of file class.ilPCFileItemGUI.php.
References ilPageContentGUI\ilPageContentGUI().
Here is the call graph for this function:| ilPCFileItemGUI::insertNewItemAfter | ( | ) |
insert new file item after another item
Definition at line 123 of file class.ilPCFileItemGUI.php.
References newFileItem(), and newItemAfter().
Here is the call graph for this function:| ilPCFileItemGUI::insertNewItemBefore | ( | ) |
insert new list item before current one
Definition at line 167 of file class.ilPCFileItemGUI.php.
References newFileItem(), and newItemBefore().
Here is the call graph for this function:| ilPCFileItemGUI::moveItemDown | ( | ) |
move list item down
Definition at line 196 of file class.ilPCFileItemGUI.php.
References $_SESSION.
| ilPCFileItemGUI::moveItemUp | ( | ) |
move list item up
Definition at line 206 of file class.ilPCFileItemGUI.php.
References $_SESSION.
| ilPCFileItemGUI::newFileItem | ( | ) |
insert new file item
Definition at line 73 of file class.ilPCFileItemGUI.php.
Referenced by insertNewItemAfter(), and insertNewItemBefore().
Here is the caller graph for this function:| ilPCFileItemGUI::newItemAfter | ( | ) |
insert new list item after current one
Definition at line 98 of file class.ilPCFileItemGUI.php.
References ilPageContentGUI\displayValidationError().
Referenced by insertNewItemAfter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCFileItemGUI::newItemBefore | ( | ) |
insert new list item before current one
Definition at line 142 of file class.ilPCFileItemGUI.php.
References ilPageContentGUI\displayValidationError().
Referenced by insertNewItemBefore().
Here is the call graph for this function:
Here is the caller graph for this function: