19 declare(strict_types=1);
35 class Inline implements C\Launcher\Inline
105 $clone = clone $this;
123 $modal = $this->modal_factory->roundtrip(
127 $this->
getTarget()->getURL()->__toString()
129 $clone = clone $this;
137 $clone = clone $this;
144 if ($this->request && $this->request->getMethod() ==
"POST") {
145 $modal = $this->
modal->withRequest($this->request);
146 $result = $modal->getForm()->getInputGroup()->getContent();
164 $clone = clone $this;
165 $clone->modal_submit_label =
$label;
176 $clone = clone $this;
177 $clone->modal_cancel_label =
$label;
This describes commonalities between the different modals.
string $modal_cancel_label
withStatusMessageBox(?MessageBox\MessageBox $status_message)
withButtonLabel(string $label, bool $launchable=true)
withModalSubmitLabel(?string $label)
null Icon ProgressMeter $status_icon
Builds a Color from either hex- or rgb values.
withRequest(ServerRequestInterface $request)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(I\Modal\Factory $modal_factory, Link $target)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $modal_submit_label
withInputs(Group $fields, \Closure $evaluation, ?MessageBox\MessageBox $instruction=null)
modal(string $title="", string $cancel_label="")
I Modal Factory $modal_factory
MessageBox MessageBox $status_message
ServerRequestInterface $request
withStatusIcon(null|Icon|ProgressMeter $status_icon)
MessageBox MessageBox $instruction
withModalCancelLabel(?string $label)
withDescription(string $description)