|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilEditClipboardGUI. More...
Collaboration diagram for ilEditClipboardGUI:Public Member Functions | |
| ilEditClipboardGUI () | |
| Constructor @access public. More... | |
| _forwards () | |
| get all gui classes that are called from this one (see class ilCtrl) 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... | |
| _getSelectedIDs () | |
| setTabs () | |
| output tabs More... | |
| setPageBackTitle ($a_title) | |
| Set title for back link. More... | |
| getTabs (&$tabs_gui) | |
| adds tabs to tab gui object More... | |
Class ilEditClipboardGUI.
Clipboard for editing
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 220 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 58 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::getInsertButtonTitle | ( | ) |
| ilEditClipboardGUI::getMultipleSelections | ( | ) |
check wether multiple selections are enabled
Definition at line 103 of file class.ilEditClipboardGUI.php.
Referenced by insert().
Here is the caller graph for this function:| ilEditClipboardGUI::getObject | ( | ) |
get Object
Definition at line 157 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 249 of file class.ilEditClipboardGUI.php.
References $ilCtrl.
Referenced by setTabs().
Here is the caller graph for this function:| ilEditClipboardGUI::ilEditClipboardGUI | ( | ) |
Constructor @access public.
Definition at line 24 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::insert | ( | ) |
insert
Definition at line 198 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 167 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setInsertButtonTitle | ( | $a_insertbuttontitle | ) |
Set Insert Button Title.
| string | $a_insertbuttontitle | Insert Button Title |
Definition at line 113 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setMultipleSelections | ( | $a_multiple = true | ) |
set, if multiple selections are enabled
Definition at line 95 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setPageBackTitle | ( | $a_title | ) |
Set title for back link.
Definition at line 239 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setTabs | ( | ) |
output tabs
Definition at line 228 of file class.ilEditClipboardGUI.php.
References $lng, $tpl, and getTabs().
Here is the call graph for this function:| ilEditClipboardGUI::view | ( | ) |
Definition at line 138 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: