19 declare(strict_types=1);
71 public function __construct(
int $obj_id,
int $sub_id,
string $type)
79 $this->
ctrl = $services->dic()->ctrl();
80 $this->tpl = $services->dic()->ui()->mainTemplate();
81 $this->ui_renderer = $services->dic()->ui()->renderer();
82 $this->presenter = $services->editor()->presenter();
83 $this->request_parser = $services->editor()->requestParser();
84 $this->
repository = $services->repository()->repository();
85 $this->observer_handler = $services->editor()->observerHandler();
86 $this->
access = $services->dic()->access();
87 $this->
toolbar = $services->dic()->toolbar();
88 $this->global_screen = $services->dic()->globalScreen();
89 $this->
tabs = $services->dic()->tabs();
90 $this->ui_factory = $services->dic()->ui()->factory();
91 $this->xml_writer = $services->xml()->standardWriter();
100 $next_class = $this->
ctrl->getNextClass($this);
102 $cmd = $this->
ctrl->getCmd();
103 switch ($next_class) {
106 $cmd =
"listQuickEdit";
115 $xml = $this->xml_writer->write($this->
repository->getMD($this->obj_id, $this->sub_id, $this->type));
117 $dom->formatOutput =
true;
118 $dom->preserveWhiteSpace =
false;
119 $dom->loadXML($xml->asXML());
122 $this->tpl->setContent(
'<pre>' . htmlentities($dom->saveXML()) .
'</pre>');
133 $digest = $this->digest_initiator->init();
147 $digest = $this->digest_initiator->init();
154 $request = $this->request_parser->fetchRequestForForm(
false);
155 if (!$digest->updateMD($set, $request)) {
156 $this->tpl->setOnScreenMessage(
158 $this->presenter->utilities()->txt(
'msg_form_save_error'),
171 $this->tpl->setOnScreenMessage(
173 $this->presenter->utilities()->txt(
"saved_successfully"),
176 $this->
ctrl->redirect($this,
'listQuickEdit');
184 $content = $digest->
getContent($set, $request);
185 $template_content = [];
186 foreach ($content as $type => $entity) {
188 case DigestContentType::FORM:
190 $template_content[] = $entity;
193 case DigestContentType::JS_SOURCE:
194 $this->tpl->addJavaScript($entity);
199 $this->tpl->setContent($this->ui_renderer->render($template_content));
217 $base_path = $this->request_parser->fetchBasePath();
218 $action_path = $this->request_parser->fetchActionPath();
226 $editor = $this->full_editor_initiator->init();
227 $set = $editor->manipulateMD()->prepare($set, $base_path);
230 $request = $this->request_parser->fetchRequestForForm(
true);
231 $success = $editor->manipulateMD()->createOrUpdate(
238 $this->tpl->setOnScreenMessage(
240 $this->presenter->utilities()->txt(
'msg_form_save_error'),
248 $this->observer_handler->callObserversByPath($action_path);
251 $this->tpl->setOnScreenMessage(
253 $this->presenter->utilities()->txt(
255 'meta_add_element_success' :
256 'meta_edit_element_success' 260 $this->
ctrl->setParameter(
262 Parameter::BASE_PATH->value,
263 urlencode($base_path->toString())
265 $this->
ctrl->redirect($this,
'fullEditor');
273 $base_path = $this->request_parser->fetchBasePath();
274 $delete_path = $this->request_parser->fetchActionPath();
282 $editor = $this->full_editor_initiator->init();
285 $base_path = $editor->manipulateMD()->deleteAndTrimBasePath(
292 $this->observer_handler->callObserversByPath($delete_path);
295 $this->tpl->setOnScreenMessage(
297 $this->presenter->utilities()->txt(
'meta_delete_element_success'),
300 $this->
ctrl->setParameter(
302 Parameter::BASE_PATH->value,
303 urlencode($base_path->toString())
305 $this->
ctrl->redirect($this,
'fullEditor');
313 $base_path = $this->request_parser->fetchBasePath();
321 $editor = $this->full_editor_initiator->init();
322 $set = $editor->manipulateMD()->prepare($set, $base_path);
335 $this->global_screen->tool()->context()->current()->addAdditionalData(
339 $this->global_screen->tool()->context()->current()->addAdditionalData(
345 $content = $full_editor->
getContent($set, $base_path, $request);
346 $template_content = [];
347 foreach ($content as $type => $entity) {
349 case FullContentType::MAIN:
350 if ($entity instanceof
Table) {
351 $entity = $this->ui_factory->legacy()->content(
355 $template_content[] = $entity;
359 if ($modal = $entity->getModal()) {
360 $template_content[] = $modal;
364 case FullContentType::TOOLBAR:
365 $this->
toolbar->addComponent($entity);
369 $this->tpl->setContent($this->ui_renderer->render($template_content));
374 $this->
tabs->clearSubTabs();
375 foreach ($this->
tabs->target as $tab) {
376 if (($tab[
'id'] ??
null) !== $this->
tabs->getActiveTab()) {
377 $this->
tabs->removeTab($tab[
'id']);
380 $this->
tabs->removeNonTabbedLinks();
381 $this->
tabs->setBackTarget(
382 $this->presenter->utilities()->txt(
'back'),
383 $this->
ctrl->getLinkTarget($this,
'listQuickEdit')
389 $editor = $this->ui_factory->button()->standard(
390 $this->presenter->utilities()->txt(
'meta_button_to_full_editor_label'),
391 $this->
ctrl->getLinkTarget($this,
'fullEditor')
393 $this->
toolbar->addComponent($editor);
395 $debug = $this->ui_factory->button()->standard(
397 $this->
ctrl->getLinkTarget($this,
'debug')
399 $this->
toolbar->addComponent($debug);
406 if ($this->obj_id === 0) {
411 if (empty($ref_ids)) {
414 foreach ($ref_ids as
$ref_id) {
415 if ($this->
access->checkAccess(
429 public function addObserver(
object $a_class,
string $a_method,
string $a_element): void
431 $this->observer_handler->addObserver($a_class, $a_method, $a_element);
436 $this->observer_handler->callObservers($a_element);
ObserverHandler $observer_handler
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
DigestInitiator $digest_initiator
const string SET_FOR_TREE
static _getAllReferences(int $id)
get all reference ids for object ID
repository()
description: > Example for rendering a repository card
renderDigest(SetInterface $set, Digest $digest, ?RequestForFormInterface $request=null)
RequestParserInterface $request_parser
FullEditorInitiator $full_editor_initiator
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
PresenterInterface $presenter
ilGlobalTemplateInterface $tpl
RepositoryInterface $repository
callListeners(string $a_element)
renderFullEditor(SetInterface $set, PathInterface $base_path, FullEditor $full_editor, ?RequestForFormInterface $request=null)
addObserver(object $a_class, string $a_method, string $a_element)
const string PATH_FOR_TREE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
GlobalScreen $global_screen
__construct(int $obj_id, int $sub_id, string $type)
fullEditorEdit(bool $create)