| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilEditClipboardGUI. More...
 Collaboration diagram for ilEditClipboardGUI:
 Collaboration diagram for ilEditClipboardGUI:| Public Member Functions | |
| ilEditClipboardGUI () | |
| Constructor  public. | |
| _forwards () | |
| get all gui classes that are called from this one (see class ilCtrl) | |
| & | executeCommand () | 
| execute command | |
| setMultipleSelections ($a_multiple=true) | |
| set, if multiple selections are enabled | |
| getMultipleSelections () | |
| check wether multiple selections are enabled | |
| setInsertButtonTitle ($a_insertbuttontitle) | |
| Set Insert Button Title. | |
| getInsertButtonTitle () | |
| Get Insert Button Title. | |
| view () | |
| getObject () | |
| get Object | |
| remove () | |
| remove item from clipboard | |
| insert () | |
| insert | |
| _getSelectedIDs () | |
| setTabs () | |
| output tabs | |
| setPageBackTitle ($a_title) | |
| Set title for back link. | |
| getTabs (&$tabs_gui) | |
| adds tabs to tab gui object | |
Class ilEditClipboardGUI.
Clipboard for editing
ilEditClipboardGUI: ilObjMediaObjectGUI
Definition at line 18 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::_forwards | ( | ) | 
get all gui classes that are called from this one (see class ilCtrl)
| array | array of gui classes that are called | 
Definition at line 50 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::_getSelectedIDs | ( | ) | 
Definition at line 224 of file class.ilEditClipboardGUI.php.
References $_SESSION.
Referenced by ilObjMediaPoolGUI\insertFromClipboard(), and ilPageEditorGUI\insertFromClipboard().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilEditClipboardGUI::executeCommand | ( | ) | 
execute command
Definition at line 58 of file class.ilEditClipboardGUI.php.
References $_GET, $cmd, $ilCtrl, $lng, and $ret.
| ilEditClipboardGUI::getInsertButtonTitle | ( | ) | 
| ilEditClipboardGUI::getMultipleSelections | ( | ) | 
check wether multiple selections are enabled
Definition at line 105 of file class.ilEditClipboardGUI.php.
Referenced by insert().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEditClipboardGUI::getObject | ( | ) | 
get Object
Definition at line 161 of file class.ilEditClipboardGUI.php.
References view().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEditClipboardGUI::getTabs | ( | & | $tabs_gui | ) | 
adds tabs to tab gui object
| object | $tabs_gui | ilTabsGUI object | 
Definition at line 254 of file class.ilEditClipboardGUI.php.
References $ilCtrl.
Referenced by setTabs().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEditClipboardGUI::ilEditClipboardGUI | ( | ) | 
Constructor public.
Definition at line 24 of file class.ilEditClipboardGUI.php.
References $_GET, $ilCtrl, and $lng.
| ilEditClipboardGUI::insert | ( | ) | 
insert
Definition at line 202 of file class.ilEditClipboardGUI.php.
References $_GET, $_POST, $_SESSION, $lng, getMultipleSelections(), and ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEditClipboardGUI::remove | ( | ) | 
remove item from clipboard
Definition at line 171 of file class.ilEditClipboardGUI.php.
References $_POST, $ilCtrl, and $lng.
| ilEditClipboardGUI::setInsertButtonTitle | ( | $a_insertbuttontitle | ) | 
Set Insert Button Title.
| string | $a_insertbuttontitle | Insert Button Title | 
Definition at line 115 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setMultipleSelections | ( | $a_multiple = true | ) | 
set, if multiple selections are enabled
Definition at line 97 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setPageBackTitle | ( | $a_title | ) | 
Set title for back link.
Definition at line 244 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setTabs | ( | ) | 
output tabs
Definition at line 232 of file class.ilEditClipboardGUI.php.
References $lng, $tpl, ilUtil\getImagePath(), and getTabs().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEditClipboardGUI::view | ( | ) | 
Definition at line 140 of file class.ilEditClipboardGUI.php.
References $ilCtrl, $lng, and $tpl.
Referenced by getObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function: