|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () |
Protected Attributes | |
| $lng | |
| $ctrl | |
| $user | |
| $tabs | |
| $tree | |
| $tpl | |
| $toolbar | |
| $error | |
Class ilEditClipboardGUI.
Clipboard for editing
Definition at line 18 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::__construct | ( | ) |
Constructor @access public.
Definition at line 64 of file class.ilEditClipboardGUI.php.
References $_GET, $DIC, $lng, error(), multiple(), and user().
Here is the call graph for this function:
|
static |
Definition at line 269 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 99 of file class.ilEditClipboardGUI.php.
References $_GET, $ctrl, $ilUser, $lng, $ret, $tabs, and $user.
| ilEditClipboardGUI::getInsertButtonTitle | ( | ) |
Get Insert Button Title.
Definition at line 167 of file class.ilEditClipboardGUI.php.
References $lng.
| ilEditClipboardGUI::getMultipleSelections | ( | ) |
check wether multiple selections are enabled
Definition at line 147 of file class.ilEditClipboardGUI.php.
Referenced by insert().
Here is the caller graph for this function:| ilEditClipboardGUI::getObject | ( | ) |
get Object
Definition at line 205 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 300 of file class.ilEditClipboardGUI.php.
References $ctrl.
Referenced by setTabs().
Here is the caller graph for this function:| ilEditClipboardGUI::insert | ( | ) |
insert
Definition at line 245 of file class.ilEditClipboardGUI.php.
References $_GET, $_POST, $_SESSION, $error, $ilErr, $lng, getMultipleSelections(), and ilUtil\redirect().
Here is the call graph for this function:| ilEditClipboardGUI::remove | ( | ) |
remove item from clipboard
Definition at line 215 of file class.ilEditClipboardGUI.php.
References $_POST, $ctrl, $error, $ilErr, $ilUser, $lng, and $user.
| ilEditClipboardGUI::setInsertButtonTitle | ( | $a_insertbuttontitle | ) |
Set Insert Button Title.
| string | $a_insertbuttontitle | Insert Button Title |
Definition at line 157 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setMultipleSelections | ( | $a_multiple = true | ) |
set, if multiple selections are enabled
Definition at line 139 of file class.ilEditClipboardGUI.php.
References multiple().
Here is the call graph for this function:| ilEditClipboardGUI::setPageBackTitle | ( | $a_title | ) |
Set title for back link.
Definition at line 290 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setTabs | ( | ) |
output tabs
Definition at line 277 of file class.ilEditClipboardGUI.php.
References $lng, $tabs, $tpl, and getTabs().
Here is the call graph for this function:| ilEditClipboardGUI::view | ( | ) |
Definition at line 181 of file class.ilEditClipboardGUI.php.
References $ctrl, $ilUser, $lng, $toolbar, $tpl, $tree, $user, and ilLinkButton\getInstance().
Referenced by getObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilEditClipboardGUI.php.
Referenced by executeCommand(), getTabs(), remove(), and view().
|
protected |
Definition at line 58 of file class.ilEditClipboardGUI.php.
|
protected |
Definition at line 23 of file class.ilEditClipboardGUI.php.
Referenced by __construct(), executeCommand(), getInsertButtonTitle(), insert(), remove(), setTabs(), and view().
|
protected |
Definition at line 38 of file class.ilEditClipboardGUI.php.
Referenced by executeCommand(), and setTabs().
|
protected |
Definition at line 53 of file class.ilEditClipboardGUI.php.
Referenced by view().
|
protected |
Definition at line 48 of file class.ilEditClipboardGUI.php.
|
protected |
Definition at line 43 of file class.ilEditClipboardGUI.php.
Referenced by view().
|
protected |
Definition at line 33 of file class.ilEditClipboardGUI.php.
Referenced by executeCommand(), remove(), and view().