4 include_once
'Services/Form/classes/class.ilFormPropertyGUI.php';
25 parent::__construct($a_title, $a_id);
26 $this->
setType(
"glo_adv_col_sort");
36 $this->value = $a_value;
79 $tpl =
new ilTemplate(
"tpl.adv_col_sort_input.html",
true,
true,
"Modules/Glossary");
80 include_once(
"./Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php");
83 foreach ($this->
getValue() as $k => $v)
85 $tpl->setCurrentBlock(
"item");
86 $tpl->setVariable(
"TEXT", $v[
"text"]);
89 $tpl->setVariable(
"TXT_DOWN", $lng->txt(
"down"));
91 $tpl->setVariable(
"TXT_UP", $lng->txt(
"up"));
96 $tpl->parseCurrentBlock();
109 $a_tpl->setCurrentBlock(
"prop_generic");
110 $a_tpl->setVariable(
"PROP_GENERIC", $this->
render());
111 $a_tpl->parseCurrentBlock();
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static get($a_glyph, $a_text="")
Get glyph html.
special template class to simplify handling of ITX/PEAR
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
Create styles array
The data for the language used.