44 parent::__construct(
"", $a_postvar);
55 $this->value = $a_value;
96 $a_tpl->setCurrentBlock(
"hidden");
97 $a_tpl->setVariable(
'PROP_INPUT_TYPE',
'hidden');
98 $a_tpl->setVariable(
"POST_VAR", $this->
getPostVar());
99 $a_tpl->setVariable(
"ID", $this->
getFieldId());
101 $a_tpl->parseCurrentBlock();
109 return "<input type=\"hidden\"" .
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public