19 declare(strict_types=1);
59 $this->signal_generator = $DIC[
"ui.signal_generator"];
64 return $this->context_collection->
repository();
70 if ($this->display_mode !== self::USE_MODE_INFO) {
73 if (!$screen_context_stack->
current()->getAdditionalData()->exists(self::EMBEDDED_APPLICATION)) {
76 $embedded_application = $screen_context_stack->
current()->getAdditionalData()->get(
77 self::EMBEDDED_APPLICATION
83 return $this->
factory->page()->withHighPriority()->withModification(
85 $uif = $this->dic->ui()->factory();
92 $back_to = $this->dic->ctrl()->getLinkTargetByClass(
93 \ilWOPIEmbeddedApplicationGUI::class,
96 $back_to =
new URI(rtrim(ILIAS_HTTP_PATH,
'/') .
'/' . ltrim($back_to,
'./'));
98 $page = $builder->build($page_part_provider);
99 if (!$embedded_application->isInline()) {
100 $page = $page->withModeInfo(
101 $uif->mainControls()->modeInfo(
102 $this->dic->language()->txt(
'close_wopi_editor'),
106 $page = $page->withSystemInfos([]);
116 if ($this->display_mode !== self::USE_METABAR) {
119 if (!$screen_context_stack->
current()->getAdditionalData()->exists(self::EMBEDDED_APPLICATION)) {
123 $embedded_application = $screen_context_stack->
current()->getAdditionalData()->get(
124 self::EMBEDDED_APPLICATION
130 if ($embedded_application->isInline()) {
136 return $this->
factory->metabar()->withHighPriority()->withModification(
137 fn(?
MetaBar $metabar): ?Metabar => $metabar !==
null 139 ->withAdditionalEntry(
150 $uif = $this->dic->ui()->factory();
152 $signal = $this->signal_generator->create();
153 $signal->addOption(
'target_url', (
string) $back_target);
154 return $uif->button()->bulky(
155 $uif->symbol()->glyph()->close(),
156 $this->dic->language()->txt(
'close'),
157 (string) $back_target
160 )->withOnLoadCode(fn(
$id):
string =>
"il.WOPI.bindCloseSignal('$id', '{$signal->getId()}');");
withClearedEntries()
Get a copy of this MetaBar without any entries.
Class PageBuilderModification.
Interface PagePartProvider.
Customizing of pimple-DIC for ILIAS.
getPageBuilderDecorator(CalledContexts $screen_context_stack)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
readonly SignalGeneratorInterface $signal_generator
Class AbstractModificationProvider.
buildCloseButton(EmbeddedApplication $embedded_application,)
__construct(Container $dic)
getMetaBarModification(CalledContexts $screen_context_stack)
const EMBEDDED_APPLICATION
This describes the MetaBar.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)