32 protected \ILIAS\COPage\InternalGUIService
$gui;
56 public static string $style_selector_reset =
"margin-top:2px; margin-bottom:2px; text-indent:0px; position:static; float:none; width: auto;";
58 protected \ILIAS\GlobalScreen\ScreenContext\ContextServices
$tool_context;
62 "str" =>
"Strong",
"emp" =>
"Emph",
"imp" =>
"Important",
63 "sup" =>
"Sup",
"sub" =>
"Sub",
65 "quot" =>
"Quotation",
"acc" =>
"Accent",
"code" =>
"Code",
"tex" =>
"Tex",
66 "fn" =>
"Footnote",
"xln" =>
"ExternalLink" 73 string $a_hier_id =
"",
78 $lng = $DIC->language();
79 $ilCtrl = $DIC->ctrl();
83 $this->tpl = $DIC->ui()->mainTemplate();
85 $this->pg_obj = $a_pg_obj;
86 $this->
ctrl = $ilCtrl;
87 $this->lom_services = $DIC->learningObjectMetadata();
88 $this->content_obj = $a_content_obj;
89 $service = $DIC->copage()->internal();
97 $this->sub_command = $this->request->getSubCmd();
98 $this->requested_ref_id = $this->request->getRefId();
101 if ($a_hier_id !==
"0") {
102 $this->hier_id = $a_hier_id;
103 $this->pc_id = $a_pc_id;
107 $this->tool_context = $DIC->globalScreen()->tool()->context();
108 $this->editor_gui = $DIC->copage()->internal()->gui()->edit();
113 $this->content_obj = $a_val;
123 $this->pg_obj = $a_val;
133 $this->page_config = $a_val;
143 return self::$common_bb_buttons;
148 $this->styleid = $a_styleid;
158 if ((!is_object($this->style) || $this->
getStyleId() != $this->style->getId()) && $this->
getStyleId() > 0) {
173 $service = $DIC->contentStyle()->internal();
174 $access_manager =
$service->domain()->access(
175 $this->requested_ref_id,
176 $DIC->user()->getId()
181 $char_manager =
$service->domain()->characteristic(
186 if (!is_array($a_type)) {
187 $a_type = array($a_type);
189 $chars = $char_manager->getByTypes($a_type,
false,
false);
190 $new_chars = array();
191 foreach ($chars as $char) {
192 if (($this->chars[$char->getCharacteristic()] ??
"") !=
"") {
193 $title = $char_manager->getPresentationTitle(
195 $char->getCharacteristic()
198 $title = $this->chars[$char->getCharacteristic()];
200 $new_chars[$char->getCharacteristic()] = $title;
202 $new_chars[$char->getCharacteristic()] = $char_manager->getPresentationTitle(
204 $char->getCharacteristic()
214 $this->chars = $a_chars;
219 return $this->chars ?? [];
232 $this->hier_id = $a_hier_id;
236 public function delete():
void 238 $updated = $this->pg_obj->deleteContent($this->hier_id);
240 $this->edit_repo->setPageError(
$updated);
242 $this->edit_repo->clearPageError();
244 $this->
ctrl->returnToParent($this,
"jump" . $this->hier_id);
249 if (is_array($this->updated)) {
250 $error_str =
"<strong>Error(s):</strong><br>";
251 foreach ($this->updated as $error) {
252 $err_mess = implode(
" - ", $error);
253 if (!is_int(strpos($err_mess,
":0:"))) {
254 $error_str .= htmlentities($err_mess) .
"<br />";
257 $this->tpl->setOnScreenMessage(
'failure', $error_str);
258 } elseif ($this->updated !=
"" && $this->updated !==
true) {
259 $this->tpl->setOnScreenMessage(
'failure',
"<strong>Error(s):</strong><br />" .
269 $this->
ctrl->returnToParent($this,
"jump" . $this->hier_id);
277 $this->
ctrl->returnToParent($this,
"jump" . $this->hier_id);
285 $this->
ctrl->returnToParent($this,
"jump" . $this->hier_id);
296 if ($obj->isEnabled()) {
307 public function cut(): void
309 $updated = $this->pg_obj->cutContents(array($this->hier_id .
":" . $this->pc_id));
311 $this->edit_repo->setPageError(
$updated);
313 $this->edit_repo->clearPageError();
316 $this->log->debug(
"return to parent jump" . $this->hier_id);
317 $this->
ctrl->returnToParent($this,
"jump" . $this->hier_id);
325 $this->pg_obj->copyContents(array($this->hier_id .
":" . $this->pc_id));
326 $this->
ctrl->returnToParent($this,
"jump" . $this->hier_id);
337 if (is_object($style)) {
340 foreach ($ts as $t) {
341 $options[
"t:" . $t[
"id"] .
":" . $t[
"name"]] = $t[
"name"];
351 if ($hier_id ==
"") {
354 $pcid = $this->pg_obj->getPCIdForHierId($hier_id);
355 $ilCtrl->returnToParent($this,
"add" . $pcid);
360 if ($hier_id ==
"") {
364 $pcid = $this->pg_obj->getPCIdForHierId($hier_id);
370 $up = $this->pg_obj->update();
372 $this->edit_repo->clearPageError();
374 $this->edit_repo->setPageError($this->pg_obj->update());
381 $this->edit_repo->setTextLang($this->requested_ref_id, $lang_key);
386 return $this->edit_repo->getTextLang($this->requested_ref_id);
391 $collection = $this->tool_context->current()->getAdditionalData();
402 $this->editor_gui->init()->initUI($this->tpl);
407 return $this->editor_gui->init()->getInitHtml(
"", $form_pc_id, $form_cname);
ilPageContent $content_obj
deactivate()
gui function set enabled if is not enabled and vice versa
setPage(ilPageObject $a_val)
getCharacteristicsOfCurrentStyle(array $a_type)
Get characteristics of current style and call setCharacteristics, if style is given.
Editing session repository.
EditSessionRepository $edit_repo
static getLogger(string $a_component_id)
Get component logger.
LOMServices $lom_services
setHierId(string $a_hier_id)
set hierarchical id in dom object
redirectToParent(string $hier_id="")
getDomDoc()
Get dom doc (DOMDocument)
setCharacteristics(array $a_chars)
cancelCreate()
cancel creating page content
cancelUpdate()
cancel update
Content object of ilPageObject (see ILIAS DTD).
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static string $style_selector_reset
User Interface for Editing of Page Content Objects (Paragraphs, Tables, ...)
getParentReturn(object $a_gui_obj)
Style Content CharacteristicManager $char_manager
setContentObject(ilPageContent $a_val)
getParentReturn(string $hier_id="")
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
getTemplates(string $a_type)
Get table templates of style.
ilGlobalTemplateInterface $tpl
Page component editing request.
setStyleId(int $a_styleid)
setCurrentTextLang(string $lang_key)
ILIAS GlobalScreen ScreenContext ContextServices $tool_context
static array $common_bb_buttons
getEditorScriptTag(string $form_pc_id="", string $form_cname="")
ilPageConfig $page_config
static _getCommonBBButtons()
__construct(ilPageObject $a_pg_obj, ?ilPageContent $a_content_obj, string $a_hier_id="", string $a_pc_id="0")
static _lookupType(int $id, bool $reference=false)
copy()
Copy single element.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getTemplateOptions(string $a_type="")
Get table templates.
ILIAS COPage Editor GUIService $editor_gui
setPageConfig(ilPageConfig $a_val)
ILIAS COPage InternalGUIService $gui