28 protected string $id =
"";
34 protected string $type = self::TYPE_MEDIUM;
46 public function setId(
string $a_val): void
58 $this->heading = $a_val;
67 public function setBody(
string $a_val): void
82 public function setType(
string $a_val): void
94 $this->buttons[] = $but;
108 $tpl =
new ilTemplate(
"tpl.modal.html",
true,
true,
"Services/UIComponent/Modal");
112 $tpl->setCurrentBlock(
"button");
113 $tpl->setVariable(
"BUTTON", $b->render());
114 $tpl->parseCurrentBlock();
116 $tpl->setCurrentBlock(
"footer");
117 $tpl->parseCurrentBlock();
122 $tpl->setVariable(
"MOD_ID", $this->
getId());
126 case self::TYPE_LARGE:
127 $tpl->setVariable(
"CLASS",
"modal-lg");
130 case self::TYPE_SMALL:
131 $tpl->setVariable(
"CLASS",
"modal-sm");
142 $tpl = $a_main_tpl ?? $DIC[
"tpl"];
144 $tpl->addJavaScript(
"./Services/UIComponent/Modal/js/Modal.js");
setType(string $a_val)
Set type.
static initJS(ilGlobalTemplateInterface $a_main_tpl=null)
addButton(ilButtonBase $but)
setHeading(string $a_val)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...