ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilEditClipboardGUI. More...
Public Member Functions | |
__construct () | |
Constructor 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 | ( | ) |
|
static |
Definition at line 265 of file class.ilEditClipboardGUI.php.
References $_SESSION.
Referenced by ilPageEditorGUI\insertFromClipboard(), and ilObjMediaPoolGUI\insertFromClipboard().
ilEditClipboardGUI::executeCommand | ( | ) |
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().
ilEditClipboardGUI::getObject | ( | ) |
get Object
Definition at line 205 of file class.ilEditClipboardGUI.php.
References view().
ilEditClipboardGUI::getTabs | ( | & | $tabs_gui | ) |
ilEditClipboardGUI::insert | ( | ) |
insert
Definition at line 245 of file class.ilEditClipboardGUI.php.
References $_GET, $_POST, $_SESSION, $error, $ilErr, $lng, getMultipleSelections(), and ilUtil\redirect().
ilEditClipboardGUI::remove | ( | ) |
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.
ilEditClipboardGUI::setPageBackTitle | ( | $a_title | ) |
Set title for back link.
Definition at line 286 of file class.ilEditClipboardGUI.php.
ilEditClipboardGUI::setTabs | ( | ) |
output tabs
Definition at line 273 of file class.ilEditClipboardGUI.php.
References $lng, $tabs, $tpl, and getTabs().
ilEditClipboardGUI::view | ( | ) |
Definition at line 181 of file class.ilEditClipboardGUI.php.
References $ctrl, $ilCtrl, $ilUser, $lng, $toolbar, $tpl, $tree, $user, and ilLinkButton\getInstance().
Referenced by getObject().
|
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().