36 $this->
lng = $DIC->language();
38 $this->
setType(
"glo_adv_col_sort");
43 $this->value = $a_value;
71 $tpl =
new ilTemplate(
"tpl.adv_col_sort_input.html",
true,
true,
"Modules/Glossary");
73 foreach ($this->
getValue() as $k => $v) {
74 $tpl->setCurrentBlock(
"item");
75 $tpl->setVariable(
"TEXT", $v[
"text"]);
81 $tpl->setVariable(
'NAME', $this->
getPostVar() .
"[" . $k .
"][id]");
82 $tpl->setVariable(
'TNAME', $this->
getPostVar() .
"[" . $k .
"][text]");
85 $tpl->parseCurrentBlock();
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static stripSlashesRecursive($a_data, bool $a_strip_html=true, string $a_allow="")
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="")
setVariable($variable, $value='')
Sets a variable value.
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl