43 parent::__construct(
"", $a_postvar);
54 $this->value = $a_value;
95 $a_tpl->setCurrentBlock(
"hidden");
96 $a_tpl->setVariable(
'PROP_INPUT_TYPE',
'hidden');
97 $a_tpl->setVariable(
"POST_VAR", $this->
getPostVar());
98 $a_tpl->setVariable(
"ID", $this->
getFieldId());
100 $a_tpl->parseCurrentBlock();
108 return "<input type=\"hidden\"".
109 " name=\"".$this->getPostVar().
"\"".
110 " value=\"".ilUtil::prepareFormOutput($this->
getValue()).
"\"".
111 " id=\"".$this->getFieldId().
"\" />";
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public