57 $this->options[$a_value] = array(
"value" => $a_value,
58 "txt" => $a_text,
"html" => $a_html);
78 $this->value = $a_value;
114 $this->
setAlert($lng->txt(
"msg_input_is_required"));
128 include_once(
"./Services/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php");
130 $selection->setFormSelectMode($this->
getPostVar(),
"",
false,
135 $selection->setSelectedValue($this->
getValue());
136 $selection->setUseImages(
false);
141 $selection->addItem($option[
"txt"], $option[
"value"],
"",
142 "", $option[
"value"],
"", $option[
"html"]);
143 if ($this->
getValue() == $option[
"value"])
145 $selection->setListTitle($option[
"txt"]);
149 $a_tpl->setCurrentBlock(
"prop_generic");
150 $a_tpl->setVariable(
"PROP_GENERIC", $selection->getHTML());
151 $a_tpl->parseCurrentBlock();