3 declare(strict_types=1);
33 string $a_postvar =
"" 37 $this->
lng = $DIC->language();
38 $this->tpl = $DIC[
"tpl"];
49 $this->open_answer_indexes = $a_indexes;
55 $this->open_answer_indexes[] = $a_idx;
60 return in_array($a_idx, $this->open_answer_indexes);
69 if (is_array($foundvalues)) {
70 foreach ($foundvalues as
$value) {
100 parent::setValueByArray($a_values);
111 $tpl =
new ilTemplate(
"tpl.prop_selectbuilder.html",
true,
true,
"Services/Form");
113 foreach ($this->values as
$value) {
114 if (!is_string($value)) {
118 if (strlen($value)) {
135 #$tpl->setVariable('POST_VAR_OPEN',$this->getPostVar().'[open]'.'['.$i.']'); 155 " disabled=\"disabled\"" 170 $tpl->addJavascript(
"./Services/Form/js/ServiceFormWizardInput.js");
171 $tpl->addJavascript(
"./Services/Form/templates/default/textwizard.js");
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 get(string $a_glyph, string $a_text="")
ilGlobalTemplateInterface $tpl
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
setVariable(string $variable, $value='')
Sets the given variable to the given value.
setVariable($variable, $value='')
Sets a variable value.
setCurrentBlock(string $part=self::DEFAULT_BLOCK)
Sets the template to the given block.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parseCurrentBlock(string $block_name=self::DEFAULT_BLOCK)
Parses the given block.