19 declare(strict_types=1);
38 string $a_postvar =
"" 42 $this->
lng = $DIC->language();
49 $this->options = $a_options;
54 return $this->options ?: array();
64 if ($this->
getMulti() && is_array($a_value)) {
66 $a_value = array_shift($a_value);
68 $this->value = $a_value;
86 $item->setValueByArray($a_values);
104 foreach ($values as
$value) {
105 if (!array_key_exists($value, $this->
getOptions())) {
110 if ($this->
getRequired() && !trim(implode(
"", $values))) {
134 $this->cust_attr[] = $a_attr;
142 public function render($a_mode =
""): string
145 $tpl =
new ilTemplate(
"tpl.prop_select.html",
true,
true,
"Services/Form");
148 $tpl->setCurrentBlock(
'cust_attr');
149 $tpl->setVariable(
'CUSTOM_ATTR', $attr);
150 $tpl->parseCurrentBlock();
154 $tpl->setCurrentBlock(
'required_attribute');
155 $tpl->setVariable(
'REQUIRED',
'required');
156 $tpl->parseCurrentBlock();
162 foreach ($this->
getOptions() as $option_value => $option_text) {
164 $sel_value = $option_value;
167 if ((
string) $option_value == (
string) $this->
getValue()) {
168 $sel_value = $option_value;
171 foreach ($this->
getOptions() as $option_value => $option_text) {
172 $tpl->setCurrentBlock(
"prop_select_option");
174 if ((
string) $sel_value == (
string) $option_value) {
177 'selected="selected"' 180 $tpl->setVariable(
"TXT_SELECT_OPTION", $option_text);
181 $tpl->parseCurrentBlock();
196 foreach (
$value as $item) {
204 $tpl->setVariable(
"DISABLED",
" disabled=\"disabled\"");
205 $tpl->setVariable(
"HIDDEN_INPUT", $hidden);
211 $tpl->touchBlock(
"inline_in_bl");
235 $html = $this->
render(
"toolbar");
244 ?
string $a_condition = null
246 $this->hide_sub = $a_value;
250 ' { il.Form.showSubForm(\'subform_' . $this->
getFieldId() .
'\', \
'il_prop_cont_' . $this->
getFieldId() .
'\'); }
' . 251 ' else { il.Form.hideSubForm(\
'subform_' . $this->
getFieldId() .
'\'); };
"'); 255 public function hideSubForm(): bool 257 return $this->hide_sub; parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl