30 protected \ILIAS\ItemGroup\InternalGUIService
$gui;
37 int $a_id_type = self::REPOSITORY_NODE_ID,
38 int $a_parent_node_id = 0
43 $this->
lng = $DIC->language();
44 $this->
tabs = $DIC->tabs();
45 $this->
access = $DIC->access();
46 $this->tpl = $DIC[
"tpl"];
47 $this->
ctrl = $DIC->ctrl();
48 $this->
locator = $DIC[
"ilLocator"];
49 $this->tree = $DIC->repositoryTree();
50 $this->
help = $DIC[
"ilHelp"];
51 $this->gui = $DIC->itemGroup()->internal()->gui();
52 $this->ig_request = $this->gui
61 $this->
ctrl->saveParameter($this, array(
"ref_id"));
72 $next_class = $this->
ctrl->getNextClass($this);
74 switch ($next_class) {
75 case 'ilpermissiongui':
77 $ilTabs->activateTab(
"perm_settings");
80 $this->
ctrl->forwardCommand($perm_gui);
83 case "ilcommonactiondispatchergui":
85 $this->
ctrl->forwardCommand($gui);
88 case 'ilobjecttranslationgui':
93 $transgui->setEnableFallbackLanguage(
false);
94 $transgui->supportContentTranslation(
false);
95 $transgui->hideDescription(
true);
96 $this->
ctrl->forwardCommand($transgui);
100 $cmd = $this->
ctrl->getCmd(
"listMaterials");
113 if (is_object($this->
object) && $ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
120 $forms = array(self::CFORM_NEW => $this->
initCreateForm($new_type));
131 $pres->setTitle($this->
lng->txt(
'obj_presentation'));
136 $cb->
setInfo($this->
lng->txt(
"itgr_show_title_info"));
142 $si->setInfo($this->
lng->txt(
"itgr_behaviour_info"));
143 $si->setOptions($options);
144 $cb->addSubItem($si);
150 $std_list->
setInfo($this->
lng->txt(
'itgr_list_default_info'));
151 $lpres->addOption($std_list);
154 $lpres->addOption($item_list);
157 $lpres->addOption($tile_view);
162 $this->
lng->loadLanguageModule(
"cont");
163 foreach ($dummy_container->getTileSizes() as
$key =>
$txt) {
167 $tile_view->addSubItem($si);
168 $si->setValue($this->
object->getTileSize());
170 $lpres->setValue($this->
object->getListPresentation());
178 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
179 $ilCtrl->
redirect($this,
"listMaterials");
196 $ilTabs->activateTab(
"materials");
201 $gui->setDisabledObjectTypes(array(
"itgr",
"sess"));
202 $gui->setAfterCreationCallback($this->
object->getRefId());
216 $items = $this->ig_request->
getItems();
217 $item_group_items->setItems($items);
218 $item_group_items->update();
220 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'msg_obj_modified'),
true);
221 $ilCtrl->redirect($this,
"listMaterials");
226 $this->tpl->loadStandardTemplate();
237 $ilHelp->setScreenIdComponent(
"itgr");
243 $ilTabs->setBackTarget(
244 $lng->
txt(
'obj_' . $parent_type),
249 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
253 $this->
ctrl->getLinkTarget($this,
'listMaterials')
259 $this->
ctrl->getLinkTarget($this,
'edit')
263 if ($ilAccess->checkAccess(
"edit_permission",
"", $this->object->getRefId())) {
267 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm")
274 $this->tabs_gui->addSubTab(
276 $this->
lng->txt(
"settings"),
277 $this->
ctrl->getLinkTarget($this,
"edit")
280 $this->tabs_gui->addSubTab(
282 $this->
lng->txt(
"obj_multilinguality"),
283 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
"")
285 $this->tabs_gui->activateTab(
"settings");
286 $this->tabs_gui->activateSubTab($active_tab);
289 public static function _goto(
string $a_target): void
292 $main_tpl = $DIC->ui()->mainTemplate();
294 $ilAccess = $DIC->access();
295 $lng = $DIC->language();
296 $tree = $DIC->repositoryTree();
298 $targets = explode(
'_', $a_target);
302 if ($ilAccess->checkAccess(
"read",
"", $par_id)) {
306 $main_tpl->setOnScreenMessage(
'failure', sprintf(
307 $lng->
txt(
"msg_no_perm_read_item"),
321 $ref_id = $this->
object->getRefId();
324 if ($ilAccess->checkAccess(
"read",
"", $par_id)) {
346 $a_values[
"show_title"] = !$this->
object->getHideTitle();
347 $a_values[
"behaviour"] = $this->
object->getBehaviour();
348 $a_values[
"list_presentation"] = $this->
object->getListPresentation();
349 $a_values[
"tile_size"] = $this->
object->getTileSize();
354 $this->
object->setHideTitle(!$form->
getInput(
"show_title"));
355 $behaviour = ($form->
getInput(
"show_title"))
358 $this->
object->setBehaviour($behaviour);
359 $this->
object->setListPresentation($form->
getInput(
"list_presentation"));
360 $this->
object->setTileSize($form->
getInput(
"tile_size"));
365 $form = parent::initCreateForm($new_type);
366 $form->removeItemByPostVar(
"desc");
checkPermission(string $perm, string $cmd="", string $type="", int $ref_id=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS ItemGroup InternalGUIService $gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
New implementation of ilObjectGUI.
afterSave(ilObject $new_object)
initEditCustomForm(ilPropertyFormGUI $form)
setSettingsSubTabs(string $active_tab="general")
prepareOutput(bool $show_sub_objects=true)
loadLanguageModule(string $a_module)
Load language module.
getEditFormCustomValues(array &$a_values)
Get edit form values (custom part)
initCreationForms(string $new_type)
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addItem(int $a_item_ref_id)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $node_id=null)
static _lookupTitle(int $obj_id)
setContent(string $a_html)
Sets content for standard template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
static getAll()
Get all behaviours.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initCreateForm(string $new_type)
getParentId(int $a_node_id)
get parent id of given node
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
static redirect(string $a_script)
User Interface class for item groups.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
updateCustom(ilPropertyFormGUI $form)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
__construct(int $a_id=0, int $a_id_type=self::REPOSITORY_NODE_ID, int $a_parent_node_id=0)
static _lookupType(int $id, bool $reference=false)
static _goto(string $a_target)
addHeaderAction()
Add header action menu.
afterSaveCallback(ilObject $a_obj)
Custom callback after object is created (in parent container)
StandardGUIRequest $ig_request
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.