24 $this->lng = $DIC->language();
26 $this->
setType(
"glo_adv_col_sort");
36 $this->value = $a_value;
76 $tpl =
new ilTemplate(
"tpl.adv_col_sort_input.html",
true,
true,
"Modules/Glossary");
78 foreach ($this->
getValue() as $k => $v) {
79 $tpl->setCurrentBlock(
"item");
80 $tpl->setVariable(
"TEXT", $v[
"text"]);
83 $tpl->setVariable(
"TXT_DOWN",
$lng->txt(
"down"));
85 $tpl->setVariable(
"TXT_UP",
$lng->txt(
"up"));
86 $tpl->setVariable(
'NAME', $this->
getPostVar() .
"[" . $k .
"][id]");
87 $tpl->setVariable(
'TNAME', $this->
getPostVar() .
"[" . $k .
"][text]");
90 $tpl->parseCurrentBlock();
103 $a_tpl->setCurrentBlock(
"prop_generic");
104 $a_tpl->setVariable(
"PROP_GENERIC", $this->
render());
105 $a_tpl->parseCurrentBlock();
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
static get($a_glyph, $a_text="")
Get glyph html.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
__construct(Container $dic, ilPlugin $plugin)