53 $this->options = $a_options;
73 $this->value = $a_value;
93 $this->intlink = $a_value;
113 $this->intlinktext = $a_value;
133 $this->addCommand = $a_add_command;
143 return ($this->addCommand) ? $this->addCommand :
"addInternalLink";
163 $this->
setAlert($this->
lng->txt(
'msg_input_is_required'));
172 $template =
new ilTemplate(
"tpl.prop_suggestedsolutionselector.html",
true,
true,
"components/ILIAS/TestQuestionPool");
174 foreach ($this->
getOptions() as $option_value => $option_text) {
175 $template->setCurrentBlock(
"prop_intlink_select_option");
176 $template->setVariable(
"VAL_SELECT_OPTION", $option_value);
177 if ($option_value == $this->
getValue()) {
178 $template->setVariable(
180 'selected="selected"' 183 $template->setVariable(
"TXT_SELECT_OPTION", $option_text);
184 $template->parseCurrentBlock();
187 $template->setCurrentBlock(
"delete_internallink");
188 $template->setVariable(
"TEXT_DELETE_INTERNALLINK", $this->
lng->txt(
"remove_solution"));
189 $template->setVariable(
"POST_VAR", $this->
getPostVar());
190 $template->parseCurrentBlock();
191 $template->setCurrentBlock(
"internal_link");
194 $template->parseCurrentBlock();
196 $template->setCurrentBlock(
"prop_internallink_selector");
197 $template->setVariable(
"POST_VAR", $this->
getPostVar());
199 $template->setVariable(
201 " disabled=\"disabled\"" 204 $template->setVariable(
205 "TEXT_ADD_INTERNALLINK",
208 $template->setVariable(
"CMD_ADD_INTERNALLINK", $this->
getAddCommand());
209 $template->parseCurrentBlock();
210 $a_tpl->setCurrentBlock(
"prop_generic");
211 $a_tpl->setVariable(
"PROP_GENERIC", $template->get());
212 $a_tpl->parseCurrentBlock();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getInternalLink()
Get internal linnk.
getInternalLinkText()
Get internal link text.
setValue($a_value)
Set Value.
setAddCommand($a_add_command)
Set add command.
getAddCommand()
Get add command.
setOptions($a_options)
Set Options.
__construct($a_title="", $a_postvar="")
Constructor.
setInternalLinkText($a_value)
Set internal link.text.
__construct(Container $dic, ilPlugin $plugin)
checkInput()
Check input, strip slashes etc.
setValueByArray($a_values)
Set value by array.
setInternalLink($a_value)
Set internal link.