65 protected \ILIAS\DI\UIServices
$ui;
66 protected \ILIAS\GlobalScreen\ScreenContext\ContextServices
$tool_context;
81 $this->
help = $DIC[
"ilHelp"];
82 $this->
user = $DIC->user();
83 $this->
access = $DIC->access();
85 $lng = $DIC->language();
86 $objDefinition = $DIC[
"objDefinition"];
87 $ilCtrl = $DIC->ctrl();
88 $ilTabs = $DIC->tabs();
90 $this->
ui = $DIC->ui();
92 $this->request = $DIC->copage()->internal()->gui()->page()->editRequest();
93 $this->requested_hier_id = $this->request->getHierId();
94 $this->requested_pc_id = $this->request->getPCId();
95 $this->requested_pl_pc_id = $this->request->getPlaceholderPCId();
96 $this->requested_ctype = $this->request->getCType();
97 $this->requested_cname = $this->request->getCName();
98 $this->requested_mob_id = $this->request->getMobId();
102 $this->tool_context = $DIC->globalScreen()->tool()->context();
105 $this->http_request = $DIC->http()->request();
106 $this->
ctrl = $ilCtrl;
110 $this->tabs_gui = $ilTabs;
111 $this->page = $a_page_object;
112 $this->page_gui = $a_page_object_gui;
114 $this->
ctrl->saveParameter($this, array(
"hier_id",
"pc_id"));
116 $this->edit_repo = $DIC
121 $this->pc_definition = $DIC
134 $this->
header = $a_header;
144 $this->
ctrl->returnToParent($this);
149 $this->int_link_return = $a_return;
154 $this->page_back_title = $a_title;
164 $this->log->debug(
"begin =========================");
173 $cmd = $this->
ctrl->getCmd(
"displayPage");
174 $cmdClass = strtolower($this->
ctrl->getCmdClass());
178 $new_hier_id = $this->request->getString(
"new_hier_id");
179 if ($new_hier_id !=
"") {
180 $hier_id = $new_hier_id;
183 $this->log->debug(
"step BC: cmd:$cmd, cmdClass:$cmdClass, hier_id: $hier_id, pc_id: $pc_id");
187 if (substr($cmd, 0, 5) ==
"exec_") {
189 $pca = explode(
":", $this->
ctrl->getCmd());
191 $cmd = explode(
"_", $pca[0]);
193 $hier_id = implode(
"_", $cmd);
194 $cmd = $this->request->getString(
"command" . $hier_id);
196 $this->log->debug(
"step EC: cmd:$cmd, hier_id: $hier_id, pc_id: $pc_id");
200 $first_hier_character = substr($hier_id, 0, 1);
201 if ($first_hier_character ==
"c" ||
202 $first_hier_character ==
"r" ||
203 $first_hier_character ==
"g" ||
204 $first_hier_character ==
"i") {
205 $hier_id = substr($hier_id, 1);
207 $this->log->debug(
"step CC: cmd:$cmd, hier_id: $hier_id, pc_id: $pc_id");
210 $this->page->buildDom();
211 $this->page->addHierIDs();
216 if ($cmdClass !=
"ilcontainerresourcegui") {
217 $com = explode(
"_", $cmd);
220 $this->log->debug(
"step CS: cmd:$cmd");
224 $next_class = $this->
ctrl->getNextClass($this);
225 $this->log->debug(
"step NC: next class: " . $next_class);
228 if ($next_class ==
"ilpcplaceholdergui" && $hier_id ==
"" && $this->requested_pl_pc_id !=
"") {
229 $hid = $this->page->getHierIdsForPCIds(array($this->requested_pl_pc_id));
232 $this->log->debug(
"step PH: next class: " . $next_class);
233 if (!is_null($com) && ($com[0] ==
"insert" || $com[0] ==
"create")) {
236 $ctype = $com[1] ??
"";
237 $add_type = $this->request->getString(
"pluginName");
238 if ($ctype ==
"mob") {
242 $this->log->debug(
"step CM: cmd: " . $cmd .
", ctype: " . $ctype .
", add_type: " . $add_type);
244 $this->log->debug(
"step LM: cmd: " . $cmd .
", cmdClass: " . $cmdClass);
247 $this->log->debug(
"before PR: cmdClass: $cmdClass, nextClass: $next_class" .
248 ", hier_id: " . $hier_id .
", pc_id: " . $pc_id .
")");
251 if ($this->requested_ctype ==
"" && $this->requested_cname ==
"" &&
252 $cmd !=
"insertFromClipboard" && $cmd !=
"pasteFromClipboard" &&
253 $cmd !=
"setMediaMode" && $cmd !=
"copyLinkedMediaToClipboard" &&
254 $cmd !=
"activatePage" && $cmd !=
"deactivatePage" &&
255 $cmd !=
"copyLinkedMediaToMediaPool" && $cmd !=
"showSnippetInfo" &&
256 $cmd !=
"delete" && $cmd !=
"paste" &&
257 $cmd !=
"cancelDeleteSelected" && $cmd !=
"confirmedDeleteSelected" &&
258 $cmd !=
"copy" && $cmd !=
"cut" &&
259 ($cmd !=
"displayPage" || $this->request->getString(
"editImagemapForward_x") !=
"" || $cmdClass ==
"ilcontainerresourcegui") &&
260 $cmd !=
"activate" && $cmd !=
"characteristic" &&
261 $cmd !=
"assignCharacteristic" &&
262 $cmdClass !=
"ilrepositoryselector2inputgui" &&
263 $cmdClass !=
"ilpageeditorserveradaptergui" &&
264 $cmd !=
"cancelCreate" && $cmd !=
"popup" &&
265 $cmdClass !=
"ileditclipboardgui" && $cmd !=
"addChangeComment" &&
266 ($cmdClass !=
"ilinternallinkgui" || ($next_class ==
"ilpcmediaobjectgui"))) {
267 $cont_obj = $this->page->getContentObject($hier_id, $pc_id);
268 if (!is_object($cont_obj)) {
269 $this->log->debug(
"returnToParent");
270 $ilCtrl->returnToParent($this);
276 if ($this->requested_ctype !=
"" || $this->requested_cname !=
"") {
278 if ($this->requested_cname !=
"") {
279 $pc_def = $this->pc_definition->getPCDefinitionByName($this->requested_cname);
280 $ctype = $pc_def[
"pc_type"];
284 if (!in_array($cmd, [
"insert",
"create",
"upload"])) {
285 $cont_obj = $this->page->getContentObject($hier_id, $pc_id);
289 if ($pc_id !=
"" && $hier_id ==
"") {
290 $hier_id = $this->page->getHierIdForPcId($pc_id);
292 if ($ctype !=
"media" || !is_object($cont_obj)) {
294 $this->tpl->setTitle($this->
getHeader());
300 $this->
ctrl->setParameter($this,
"hier_id", $hier_id);
301 $this->
ctrl->setParameter($this,
"pc_id", $pc_id);
303 if ($next_class ==
"") {
304 $pc_def = $this->pc_definition->getPCDefinitionByType($ctype);
305 if (is_array($pc_def)) {
306 if ($ctype ===
"plug") {
307 $this->
ctrl->setParameterByClass(
308 $pc_def[
"pc_gui_class"],
310 $this->request->getString(
"pluginName")
313 $this->
ctrl->redirectByClass($pc_def[
"pc_gui_class"], $this->
ctrl->getCmd());
315 $next_class = $this->
ctrl->getNextClass($this);
317 $this->log->debug(
"step NC2: next_class: $next_class");
321 if ($cmd ==
"displayPage" && $next_class !==
"ilpcmediaobjectgui" &&
322 $this->request->getString(
"editImagemapForward_x") ==
"" 323 && $this->request->getString(
"imagemap_x") ==
"") {
327 switch ($next_class) {
328 case "ilinternallinkgui":
330 $this->page_gui->getPageConfig()->getIntLinkHelpDefaultType(),
331 $this->page_gui->getPageConfig()->getIntLinkHelpDefaultId(),
332 $this->page_gui->getPageConfig()->getIntLinkHelpDefaultIdIsRef()
335 $this->page_gui->getPageConfig()->getIntLinkFilterWhiteList()
337 foreach ($this->page_gui->getPageConfig()->getIntLinkFilters() as $filter) {
338 $link_gui->filterLinkType($filter);
340 $link_gui->setReturn($this->int_link_return);
342 $ret = $this->
ctrl->forwardCommand($link_gui);
346 case "ilpcmediaobjectgui":
347 $this->tabs_gui->clearTargets();
348 $this->tabs_gui->setBackTarget(
349 $this->page_gui->page_back_title,
350 $ilCtrl->getLinkTarget($this->page_gui,
"edit")
353 $pcmob_gui->setStyleId($this->page_gui->getStyleId());
354 $pcmob_gui->setSubCmd($ctype);
355 $pcmob_gui->setEnabledMapAreas($this->page_gui->getPageConfig()->getEnableInternalLinks());
356 $ret = $this->
ctrl->forwardCommand($pcmob_gui);
357 $ilHelp->setScreenIdComponent(
"copg_media");
361 case "ilobjmediaobjectgui":
362 $this->tabs_gui->clearTargets();
363 $this->tabs_gui->setBackTarget(
364 $this->
lng->txt(
"back"),
365 (string) $ilCtrl->getParentReturn($this)
369 $mob_gui->setEnabledMapAreas($this->page_gui->getPageConfig()->getEnableInternalLinks());
370 $this->tpl->setTitle($this->
lng->txt(
"mob") .
": " .
372 $ret = $this->
ctrl->forwardCommand($mob_gui);
376 case "ilpcquestiongui":
377 $pc_question_gui =
new ilPCQuestionGUI($this->page, $cont_obj, $hier_id, $pc_id);
378 $pc_question_gui->setSelfAssessmentMode($this->page_gui->getPageConfig()->getEnableSelfAssessment());
379 $pc_question_gui->setPageConfig($this->page_gui->getPageConfig());
381 if ($this->page_gui->getPageConfig()->getEnableSelfAssessment()) {
382 $this->tabs_gui->clearTargets();
383 $ilHelp->setScreenIdComponent(
"copg_pcqst");
384 $this->tabs_gui->setBackTarget(
385 $this->
lng->txt(
"back"),
386 (string) $ilCtrl->getParentReturn($this)
388 $ret = $this->
ctrl->forwardCommand($pc_question_gui);
390 $cmd = $this->
ctrl->getCmd();
391 $pc_question_gui->$cmd();
392 $this->
ctrl->redirectByClass(array(
"ilobjquestionpoolgui", get_class($cont_obj)),
"editQuestion");
397 case "ilpcpluggedgui":
398 $this->tabs_gui->clearTargets();
406 $ret = $this->
ctrl->forwardCommand($plugged_gui);
409 case "ilpageeditorserveradaptergui":
416 $this->
ctrl->forwardCommand($adapter);
422 if ($this->pc_definition->isPCGUIClassName($next_class,
true)) {
423 $this->log->debug(
"Generic Call");
424 $pc_def = $this->pc_definition->getPCDefinitionByGUIClassName($next_class);
425 $this->tabs_gui->clearTargets();
426 $this->tabs_gui->setBackTarget(
427 $this->page_gui->page_back_title,
428 $ilCtrl->getLinkTarget($this->page_gui,
"edit")
430 $ilHelp->setScreenIdComponent(
"copg_" . $pc_def[
"pc_type"]);
431 $gui_class_name = $pc_def[
"pc_gui_class"];
432 $pc_gui =
new $gui_class_name($this->page, $cont_obj, $hier_id, $pc_id);
433 if ($pc_def[
"style_classes"]) {
434 $pc_gui->setStyleId($this->page_gui->getStyleId());
436 $pc_gui->setPageConfig($this->page_gui->getPageConfig());
437 $ret = $this->
ctrl->forwardCommand($pc_gui);
439 $this->log->debug(
"Call ilPageEditorGUI command.");
442 if ($cmd ==
"pasteFromClipboard") {
445 } elseif ($cmd ==
"paste") {
447 $this->
paste($hier_id);
449 $ret = $this->$cmd();
455 $this->log->debug(
"end --------------------");
457 return (
string) $ret;
462 $this->page_gui->activatePage();
467 $this->page_gui->deactivatePage();
478 "ilPageEditor_MediaMode",
479 $this->request->getString(
"media_mode")
482 "ilPageEditor_HTMLMode",
483 $this->request->getString(
"html_mode")
485 $js_mode = $this->request->getString(
"js_mode");
486 $ilUser->writePref(
"ilPageEditor_JavaScript", $js_mode);
489 if ($this->page->getParentType() ==
"lm") {
490 $this->
ctrl->redirectByClass(
"illmpageobjectgui",
"edit");
492 $this->
ctrl->returnToParent($this);
503 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"copied_to_clipboard"),
true);
505 $this->requested_mob_id,
509 $this->
ctrl->returnToParent($this);
517 $this->
ctrl->setParameterByClass(
"ilmediapooltargetselector",
"mob_id", $this->requested_mob_id);
518 $this->
ctrl->redirectByClass(
"ilmediapooltargetselector",
"listPools");
524 public function delete():
void 530 $targets = $this->request->getIds();
532 if (count($targets) == 0) {
533 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"no_checkbox"),
true);
534 $this->
ctrl->returnToParent($this);
537 $cgui->setFormAction($ilCtrl->getFormAction($this));
538 $cgui->setHeaderText($lng->
txt(
"copg_confirm_el_deletion"));
539 $cgui->setCancel($lng->
txt(
"cancel"),
"cancelDeleteSelected");
540 $cgui->setConfirm($lng->
txt(
"confirm"),
"confirmedDeleteSelected");
541 foreach ($targets as $t) {
542 $cgui->addHiddenItem(
"ids[]", $t);
551 $this->
ctrl->returnToParent($this);
556 $targets = $this->request->getIds();
557 if (count($targets) > 0) {
558 $updated = $this->page->deleteContents(
561 $this->page_gui->getPageConfig()->getEnableSelfAssessment()
563 if ($updated !==
true) {
564 $this->edit_repo->setPageError($updated);
566 $this->edit_repo->clearPageError();
569 $this->
ctrl->returnToParent($this);
579 $ids = $this->request->getIds();
580 if (count($ids) > 0) {
581 $this->page->copyContents($ids);
582 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"cont_sel_el_copied_use_paste"),
true);
584 $this->
ctrl->returnToParent($this);
590 public function cut(): void
594 $ids = $this->request->getIds();
596 $updated = $this->page->cutContents($ids);
597 if ($updated !==
true) {
598 $this->edit_repo->setPageError($updated);
600 $this->edit_repo->clearPageError();
602 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"cont_sel_el_cut_use_paste"),
true);
604 $this->
ctrl->returnToParent($this);
610 public function paste(
string $a_hier_id): void
612 $this->page->pasteContents($a_hier_id, $this->page_gui->getPageConfig()->getEnableSelfAssessment());
614 $this->
ctrl->returnToParent($this);
622 $ids = $this->request->getIds();
623 if (count($ids) > 0) {
624 $updated = $this->page->switchEnableMultiple(
627 $this->page_gui->getPageConfig()->getEnableSelfAssessment()
629 if ($updated !==
true) {
630 $this->edit_repo->setPageError($updated);
632 $this->edit_repo->clearPageError();
635 $this->
ctrl->returnToParent($this);
646 $ids = $this->request->getIds();
647 if (count($ids) > 0) {
651 foreach ($ids as $t) {
652 $tarr = explode(
":", $t);
653 $cont_obj = $this->page->getContentObject($tarr[0], $tarr[1]);
654 if (is_object($cont_obj) && $cont_obj->
getType() ==
"par") {
655 $types[
"par"] =
"par";
657 if (is_object($cont_obj) && $cont_obj->
getType() ==
"sec") {
658 $types[
"sec"] =
"sec";
662 if (count($types) == 0) {
663 $this->tpl->setOnScreenMessage(
'failure', $lng->
txt(
"cont_select_par_or_section"),
true);
664 $this->
ctrl->returnToParent($this);
670 $this->
ctrl->returnToParent($this);
687 $this->
form->setTitle($this->
lng->txt(
"cont_choose_characteristic"));
689 if ($a_types[
"par"] ==
"par") {
691 $this->
lng->txt(
"cont_choose_characteristic_text"),
695 $select_prop->setOptions($options);
696 $this->
form->addItem($select_prop);
698 if ($a_types[
"sec"] ==
"sec") {
700 $this->
lng->txt(
"cont_choose_characteristic_section"),
704 $select_prop->setOptions($options);
705 $this->
form->addItem($select_prop);
708 foreach ($a_target as $t) {
710 $hidden->setValue($t);
711 $this->
form->addItem($hidden);
714 $this->
form->setFormAction($ilCtrl->getFormAction($this));
715 $this->
form->addCommandButton(
"assignCharacteristic", $lng->
txt(
"save"));
716 $this->
form->addCommandButton(
"showPage", $lng->
txt(
"cancel"));
721 $char_par = $this->request->getString(
"char_par");
722 $char_sec = $this->request->getString(
"char_sec");
724 $updated = $this->page->assignCharacteristic(
725 $this->request->getStringArray(
"target"),
730 if ($updated !==
true) {
731 $this->edit_repo->setPageError($updated);
733 $this->edit_repo->clearPageError();
735 $this->
ctrl->returnToParent($this);
746 $ilCtrl->setParameterByClass(
747 "ilEditClipboardGUI",
749 rawurlencode($ilCtrl->getLinkTarget(
751 "insertFromClipboard",
758 $ilCtrl->redirectByClass(
"ilEditClipboardGUI",
"getObject");
769 $hier_id = $this->page->getHierIdForPcId($this->requested_pc_id);
770 if ($hier_id ==
"") {
775 foreach ($ids as $id2) {
776 $id = explode(
":", $id2);
779 if ($type ==
"mob") {
781 $this->content_obj->readMediaObject(
$id);
782 $this->content_obj->createAlias($this->page, $hier_id);
783 $this->page->update();
785 if ($type ==
"incl") {
787 $this->content_obj->create($this->page, $hier_id);
788 $this->content_obj->setContentType(
"mep");
789 $this->content_obj->setContentId(
$id);
790 $this->page->update();
794 $this->
ctrl->returnToParent($this);
802 $this->
ctrl->returnToParent($this);
815 $stpl =
new ilTemplate(
"tpl.snippet_info.html",
true,
true,
"components/ILIAS/COPage");
818 $this->request->getString(
"ci_id")
820 foreach ($mep_pools as $mep_id) {
823 foreach ($ref_ids as $rid) {
824 if (!$edit_link && $ilAccess->checkAccess(
"write",
"", $rid)) {
825 $stpl->setCurrentBlock(
"edit_link");
826 $stpl->setVariable(
"TXT_EDIT", $lng->
txt(
"edit"));
829 "./goto.php?target=mep_" . $rid
831 $stpl->parseCurrentBlock();
834 $stpl->setCurrentBlock(
"pool");
835 $stpl->setVariable(
"TXT_MEDIA_POOL", $lng->
txt(
"obj_mep"));
837 $stpl->parseCurrentBlock();
840 $stpl->setVariable(
"TXT_TITLE", $lng->
txt(
"title"));
845 $stpl->setVariable(
"TXT_BACK", $lng->
txt(
"back"));
848 $ilCtrl->getLinkTarget($this->page_gui,
"edit")
ILIAS COPage PC PCDefinition $pc_definition
setPageBackTitle(string $a_title)
ilPageContent $content_obj
copy()
Copy selected items.
ServerRequestInterface $http_request
Editing session repository.
static getLogger(string $a_component_id)
Get component logger.
writePref(string $a_keyword, string $a_value)
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...
setMediaMode()
set media and editing mode
showSnippetInfo()
Show snippet info.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getAllReferences(int $id)
get all reference ids for object ID
paste(string $a_hier_id)
paste from clipboard (redirects to clipboard)
confirmedDeleteSelected()
displayPage()
Default for POST reloads and missing.
setContent(string $a_html)
Sets content for standard template.
static lookupTitle(int $a_page_id)
characteristic()
Assign characeristic to text blocks/sections.
addObjectToClipboard(int $a_item_id, string $a_type, string $a_title, int $a_parent=0, string $a_time='', int $a_order_nr=0)
add an item to user's personal clipboard
activate()
(de-)activate selected items
setHeader(string $a_header)
set header title
executeCommand()
execute command
ilPageObjectGUI $page_gui
static _getCharacteristics(int $a_style_id)
Content object of ilPageObject (see ILIAS DTD).
ILIAS GlobalScreen ScreenContext ContextServices $tool_context
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
copyLinkedMediaToClipboard()
copy linked media object to clipboard
string $requested_pl_pc_id
Class ilPCContentInclude.
initCharacteristicForm(array $a_target, array $a_types)
Init map creation/update form.
static _lookupTitle(int $obj_id)
insertFromClipboard()
insert object from clipboard
copyLinkedMediaToMediaPool()
copy linked media object to media pool
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
static _getCharacteristics(int $a_style_id)
Get characteristics.
ilGlobalTemplateInterface $tpl
string $requested_hier_id
form( $class_path, string $cmd, string $submit_caption="")
setFilterWhiteList(bool $a_white_list)
Set filter list as white list (per detault it is a black list)
Adapter for JSON frontend.
ilObjectDefinition $objDefinition
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Page component editing request.
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
EditSessionRepository $edit_repo
pasteFromClipboard(string $a_hier_id)
paste from clipboard (redirects to clipboard)
__construct(ilPageObject $a_page_object, ilPageObjectGUI $a_page_object_gui)
setIntLinkReturn(string $a_return)