4 include_once(
"./Services/Form/classes/class.ilTextInputGUI.php");
27 parent::__construct($a_title, $a_postvar);
28 $this->scale_disabled =
true;
29 $this->scale_stylecss =
'text-align: right;';
39 $this->scale_stylecss = $a_value;
59 $this->scale_disabled = $a_value;
79 $this->scale = $a_value;
96 protected function render($a_mode =
"")
98 $tpl =
new ilTemplate(
"tpl.prop.scaleinput.html",
true,
true,
"Modules/SurveyQuestionPool");
101 $tpl->setCurrentBlock(
"prop_text_propval");
103 $tpl->parseCurrentBlock();
107 $tpl->setCurrentBlock(
"prop_text_scale");
109 $tpl->parseCurrentBlock();
113 $tpl->setCurrentBlock(
"stylecss");
115 $tpl->parseCurrentBlock();
119 $tpl->setCurrentBlock(
"scale_stylecss");
121 $tpl->parseCurrentBlock();
131 $tpl->setVariable(
"DISABLED",
" disabled=\"disabled\"");
135 $tpl->setVariable(
"SCALE_DISABLED",
" disabled=\"disabled\"");
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
getMaxLength()
Get Max Length.
special template class to simplify handling of ITX/PEAR
This class represents a text property in a property form.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
getInlineStyle()
Get inline style.