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;
107 foreach ($this->dirs as $dir) {
108 $type = $input[$dir][
"type"];
109 $num_value = $input[$dir][
"num_value"];
110 $num_unit = $input[$dir][
"num_unit"];
111 $pre_value = $input[$dir][
"pre_value"];
121 if (!is_numeric($num_value) && $num_value !=
"") {
127 if (
$type ==
"numeric") {
128 if ($num_value !=
"") {
129 $value = $num_value . $num_unit;
135 if (trim($value) !=
"") {
159 $layout_tpl =
new ilTemplate(
"tpl.prop_trbl_layout.html",
true,
true,
"Services/Style/Content");
161 foreach ($this->dirs as $dir) {
162 $tpl =
new ilTemplate(
"tpl.prop_trbl_border_width.html",
true,
true,
"Services/Style/Content");
167 case "all": $value = strtolower(trim($this->
getAllValue()));
break;
168 case "top": $value = strtolower(trim($this->
getTopValue()));
break;
169 case "bottom": $value = strtolower(trim($this->
getBottomValue()));
break;
170 case "left": $value = strtolower(trim($this->
getLeftValue()));
break;
171 case "right": $value = strtolower(trim($this->
getRightValue()));
break;
174 if (in_array($value, $pre_options)) {
175 $current_type =
"pre";
176 $tpl->setVariable(
"PREDEFINED_SELECTED",
'checked="checked"');
178 $current_type =
"unit";
179 $tpl->setVariable(
"NUMERIC_SELECTED",
'checked="checked"');
182 foreach ($unit_options as $u) {
183 if (substr($value, strlen($value) - strlen($u)) == $u) {
187 $disp_val = substr($value, 0, strlen($value) - strlen($current_unit));
188 if ($current_unit ==
"") {
189 $current_unit =
"px";
191 $tpl->setVariable(
"VAL_NUM", $disp_val);
194 foreach ($unit_options as $option) {
195 $tpl->setCurrentBlock(
"unit_option");
196 $tpl->setVariable(
"VAL_UNIT", $option);
197 $tpl->setVariable(
"TXT_UNIT", $option);
198 if ($current_type ==
"unit" && $current_unit == $option) {
199 $tpl->setVariable(
"UNIT_SELECTED",
'selected="selected"');
201 $tpl->parseCurrentBlock();
204 foreach ($pre_options as $option) {
205 $tpl->setCurrentBlock(
"pre_option");
206 $tpl->setVariable(
"VAL_PRE", $option);
207 $tpl->setVariable(
"TXT_PRE", $option);
208 if ($current_type ==
"pre" && $value == $option) {
209 $tpl->setVariable(
"PRE_SELECTED",
'selected="selected"');
211 $tpl->parseCurrentBlock();
215 $tpl->setVariable(
"TXT_DIR",
$lng->
txt(
"sty_$dir"));
216 $tpl->setVariable(
"DIR", $dir);
218 $layout_tpl->setVariable(strtoupper($dir),
$tpl->get());
220 $layout_tpl->setVariable(
"COLSPAN",
"2");
223 $a_tpl->
setVariable(
"PROP_GENERIC", $layout_tpl->get());
229 if ($a_values[$this->
getPostVar()][
"all"][
"type"] ==
"predefined") {
233 $a_values[$this->
getPostVar()][
"all"][
"num_unit"]);
235 if ($a_values[$this->
getPostVar()][
"bottom"][
"type"] ==
"predefined") {
239 $a_values[$this->
getPostVar()][
"bottom"][
"num_unit"]);
241 if ($a_values[$this->
getPostVar()][
"top"][
"type"] ==
"predefined") {
245 $a_values[$this->
getPostVar()][
"top"][
"num_unit"]);
247 if ($a_values[$this->
getPostVar()][
"left"][
"type"] ==
"predefined") {
251 $a_values[$this->
getPostVar()][
"left"][
"num_unit"]);
253 if ($a_values[$this->
getPostVar()][
"right"][
"type"] ==
"predefined") {
257 $a_values[$this->
getPostVar()][
"right"][
"num_unit"]);
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...
static _getStyleParameterNumericUnits(bool $a_no_percentage=false)
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