|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilEditClipboardGUI. More...
Collaboration diagram for ilEditClipboardGUI:Public Member Functions | |
| __construct () | |
| Constructor @access public. More... | |
| executeCommand () | |
| execute command More... | |
| setMultipleSelections ($a_multiple=true) | |
| set, if multiple selections are enabled More... | |
| getMultipleSelections () | |
| check wether multiple selections are enabled More... | |
| setInsertButtonTitle ($a_insertbuttontitle) | |
| Set Insert Button Title. More... | |
| getInsertButtonTitle () | |
| Get Insert Button Title. More... | |
| view () | |
| getObject () | |
| get Object More... | |
| remove () | |
| remove item from clipboard More... | |
| insert () | |
| insert More... | |
| setTabs () | |
| output tabs More... | |
| setPageBackTitle ($a_title) | |
| Set title for back link. More... | |
| getTabs (&$tabs_gui) | |
| adds tabs to tab gui object More... | |
Static Public Member Functions | |
| static | _getSelectedIDs () |
Class ilEditClipboardGUI.
Clipboard for editing
Definition at line 18 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::__construct | ( | ) |
Constructor @access public.
Definition at line 24 of file class.ilEditClipboardGUI.php.
|
static |
Definition at line 210 of file class.ilEditClipboardGUI.php.
References $_SESSION.
Referenced by ilObjMediaPoolGUI\insertFromClipboard(), and ilPageEditorGUI\insertFromClipboard().
Here is the caller graph for this function:| ilEditClipboardGUI::executeCommand | ( | ) |
execute command
Definition at line 48 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::getInsertButtonTitle | ( | ) |
| ilEditClipboardGUI::getMultipleSelections | ( | ) |
check wether multiple selections are enabled
Definition at line 93 of file class.ilEditClipboardGUI.php.
Referenced by insert().
Here is the caller graph for this function:| ilEditClipboardGUI::getObject | ( | ) |
get Object
Definition at line 147 of file class.ilEditClipboardGUI.php.
References view().
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 239 of file class.ilEditClipboardGUI.php.
References $ilCtrl.
Referenced by setTabs().
Here is the caller graph for this function:| ilEditClipboardGUI::insert | ( | ) |
insert
Definition at line 188 of file class.ilEditClipboardGUI.php.
References $_GET, $_POST, $_SESSION, $lng, getMultipleSelections(), and ilUtil\redirect().
Here is the call graph for this function:| ilEditClipboardGUI::remove | ( | ) |
remove item from clipboard
Definition at line 157 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setInsertButtonTitle | ( | $a_insertbuttontitle | ) |
Set Insert Button Title.
| string | $a_insertbuttontitle | Insert Button Title |
Definition at line 103 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setMultipleSelections | ( | $a_multiple = true | ) |
set, if multiple selections are enabled
Definition at line 85 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setPageBackTitle | ( | $a_title | ) |
Set title for back link.
Definition at line 229 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setTabs | ( | ) |
output tabs
Definition at line 218 of file class.ilEditClipboardGUI.php.
References $lng, $tpl, and getTabs().
Here is the call graph for this function:| ilEditClipboardGUI::view | ( | ) |
Definition at line 128 of file class.ilEditClipboardGUI.php.
References $ilCtrl, $ilUser, $lng, $tpl, and ilLinkButton\getInstance().
Referenced by getObject().
Here is the call graph for this function:
Here is the caller graph for this function: