| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilEditClipboardGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| setMultipleSelections (bool $a_multiple=true) | |
| getMultipleSelections () | |
| setInsertButtonTitle (string $a_insertbuttontitle) | |
| getInsertButtonTitle () | |
| view () | |
| getObject () | |
| remove () | |
| remove item from clipboard  More... | |
| insert () | |
| setTabs () | |
| setPageBackTitle (string $a_title) | |
| getTabs ($tabs_gui) | |
Static Public Member Functions | |
| static | _getSelectedIDs () | 
Data Fields | |
| string | $mode = "" | 
Protected Attributes | |
| string | $page_back_title = "" | 
| bool | $multiple = false | 
| ILIAS MediaPool Clipboard ClipboardGUIRequest | $request | 
| ILIAS MediaPool Clipboard ClipboardManager | $clipboard_manager | 
| string | $insertbuttontitle = "" | 
| ilLanguage | $lng | 
| ilCtrl | $ctrl | 
| ilObjUser | $user | 
| ilTabsGUI | $tabs | 
| ilTree | $tree | 
| ilGlobalTemplateInterface | $tpl | 
| ilToolbarGUI | $toolbar | 
| string | $requested_return_cmd = "" | 
| int | $requested_clip_item_id = 0 | 
| string | $requested_pcid = "" | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Clipboard for editing
Definition at line 25 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::__construct | ( | ) | 
Definition at line 45 of file class.ilEditClipboardGUI.php.
References $DIC, $lng, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\UI\examples\MainControls\SystemInfo\multiple(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), ilLanguage\txt(), and ILIAS\Repository\user().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 235 of file class.ilEditClipboardGUI.php.
References $clipboard_manager, and $DIC.
Referenced by ilObjMediaPoolGUI\insertFromClipboard(), and ilPageEditorGUI\insertFromClipboard().
 Here is the caller graph for this function:| ilEditClipboardGUI::executeCommand | ( | ) | 
Definition at line 90 of file class.ilEditClipboardGUI.php.
References $ctrl, $ilUser, $lng, $tabs, $user, and ilLanguage\txt().
 Here is the call graph for this function:| ilEditClipboardGUI::getInsertButtonTitle | ( | ) | 
Definition at line 143 of file class.ilEditClipboardGUI.php.
References $insertbuttontitle, $lng, and ilLanguage\txt().
 Here is the call graph for this function:| ilEditClipboardGUI::getMultipleSelections | ( | ) | 
Definition at line 133 of file class.ilEditClipboardGUI.php.
References $multiple.
Referenced by insert().
 Here is the caller graph for this function:| ilEditClipboardGUI::getObject | ( | ) | 
Definition at line 170 of file class.ilEditClipboardGUI.php.
References view().
 Here is the call graph for this function:| ilEditClipboardGUI::getTabs | ( | $tabs_gui | ) | 
Definition at line 261 of file class.ilEditClipboardGUI.php.
References $ctrl.
Referenced by setTabs().
 Here is the caller graph for this function:| ilEditClipboardGUI::insert | ( | ) | 
Definition at line 209 of file class.ilEditClipboardGUI.php.
References $lng, $requested_pcid, $requested_return_cmd, getMultipleSelections(), ilUtil\redirect(), and ilLanguage\txt().
 Here is the call graph for this function:| ilEditClipboardGUI::remove | ( | ) | 
remove item from clipboard
Definition at line 180 of file class.ilEditClipboardGUI.php.
References $ctrl, $id, $ilUser, $lng, $user, ilCtrl\redirect(), and ilLanguage\txt().
 Here is the call graph for this function:| ilEditClipboardGUI::setInsertButtonTitle | ( | string | $a_insertbuttontitle | ) | 
Definition at line 138 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setMultipleSelections | ( | bool | $a_multiple = true | ) | 
Definition at line 128 of file class.ilEditClipboardGUI.php.
References ILIAS\UI\examples\MainControls\SystemInfo\multiple().
 Here is the call graph for this function:| ilEditClipboardGUI::setPageBackTitle | ( | string | $a_title | ) | 
Definition at line 256 of file class.ilEditClipboardGUI.php.
| ilEditClipboardGUI::setTabs | ( | ) | 
Definition at line 246 of file class.ilEditClipboardGUI.php.
References $lng, $tabs, $tpl, getTabs(), ilGlobalTemplateInterface\setTitle(), and ilLanguage\txt().
 Here is the call graph for this function:| ilEditClipboardGUI::view | ( | ) | 
Definition at line 154 of file class.ilEditClipboardGUI.php.
References $ctrl, $toolbar, $tpl, ilLinkButton\getInstance(), and ilGlobalTemplateInterface\setContent().
Referenced by getObject().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 31 of file class.ilEditClipboardGUI.php.
Referenced by _getSelectedIDs().
      
  | 
  protected | 
Definition at line 34 of file class.ilEditClipboardGUI.php.
Referenced by executeCommand(), getTabs(), remove(), and view().
      
  | 
  protected | 
Definition at line 32 of file class.ilEditClipboardGUI.php.
Referenced by getInsertButtonTitle().
      
  | 
  protected | 
Definition at line 33 of file class.ilEditClipboardGUI.php.
Referenced by __construct(), executeCommand(), getInsertButtonTitle(), insert(), remove(), and setTabs().
| string ilEditClipboardGUI::$mode = "" | 
Definition at line 27 of file class.ilEditClipboardGUI.php.
      
  | 
  protected | 
Definition at line 29 of file class.ilEditClipboardGUI.php.
Referenced by getMultipleSelections().
      
  | 
  protected | 
Definition at line 28 of file class.ilEditClipboardGUI.php.
      
  | 
  protected | 
Definition at line 30 of file class.ilEditClipboardGUI.php.
      
  | 
  protected | 
Definition at line 42 of file class.ilEditClipboardGUI.php.
      
  | 
  protected | 
Definition at line 43 of file class.ilEditClipboardGUI.php.
Referenced by insert().
      
  | 
  protected | 
Definition at line 41 of file class.ilEditClipboardGUI.php.
Referenced by insert().
      
  | 
  protected | 
Definition at line 36 of file class.ilEditClipboardGUI.php.
Referenced by executeCommand(), and setTabs().
      
  | 
  protected | 
Definition at line 39 of file class.ilEditClipboardGUI.php.
Referenced by view().
      
  | 
  protected | 
Definition at line 38 of file class.ilEditClipboardGUI.php.
      
  | 
  protected | 
Definition at line 37 of file class.ilEditClipboardGUI.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilEditClipboardGUI.php.
Referenced by executeCommand(), and remove().