3 declare(strict_types=1);
40 public function __construct(
string $a_title =
"",
string $a_postvar =
"")
44 $this->
lng = $DIC->language();
45 $this->
user = $DIC->user();
48 $this->dirs = array(
"all",
"top",
"bottom",
"left",
"right");
53 $this->allvalue = $a_allvalue;
63 $this->topvalue = $a_topvalue;
73 $this->bottomvalue = $a_bottomvalue;
83 $this->leftvalue = $a_leftvalue;
93 $this->rightvalue = $a_rightvalue;
105 foreach ($this->dirs as $dir) {
106 $pre_value = $input[$dir][
"pre_value"];
118 if (trim($value) !=
"") {
141 $layout_tpl =
new ilTemplate(
"tpl.prop_trbl_layout.html",
true,
true,
"Services/Style/Content");
143 foreach ($this->dirs as $dir) {
144 $tpl =
new ilTemplate(
"tpl.prop_trbl_select.html",
true,
true,
"Services/Style/Content");
145 $pre_options = array_merge(
151 case "all": $value = strtolower(trim($this->
getAllValue()));
break;
152 case "top": $value = strtolower(trim($this->
getTopValue()));
break;
153 case "bottom": $value = strtolower(trim($this->
getBottomValue()));
break;
154 case "left": $value = strtolower(trim($this->
getLeftValue()));
break;
155 case "right": $value = strtolower(trim($this->
getRightValue()));
break;
158 foreach ($pre_options as $option) {
159 $tpl->setCurrentBlock(
"pre_option");
160 $tpl->setVariable(
"VAL_PRE", $option);
161 $tpl->setVariable(
"TXT_PRE", $option);
162 if ($value == $option) {
163 $tpl->setVariable(
"PRE_SELECTED",
'selected="selected"');
165 $tpl->parseCurrentBlock();
169 $tpl->setVariable(
"TXT_DIR",
$lng->
txt(
"sty_$dir"));
170 $tpl->setVariable(
"DIR", $dir);
172 $layout_tpl->setVariable(strtoupper($dir),
$tpl->get());
176 $a_tpl->
setVariable(
"PROP_GENERIC", $layout_tpl->get());
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setVariable($variable, $value='')
Sets a variable value.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
static _getStyleParameterValues(string $par)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl