26 require_once NOALYSS_INCLUDE.
'/lib/class_html_input.php';
32 public function input($p_name=null, $p_value=null)
34 $this->
name = ($p_name == null) ? $this->
name : $p_name;
35 $this->
value = ($p_value == null) ? $this->
value : $p_value;
40 $r =
'<input type="RADIO" name="' . $this->
name .
'"';
41 $r.=
" VALUE=\"$this->value\"";
42 $r.=
' class="css-checkbox" ';
64 if ($this->
value == $p_value)
for($e=0;$e< count($array);$e++) $desc readOnly
set_check($p_value)
set selected to true (checked) if the value equal the parameter
input($p_name=null, $p_value=null)
show the html input of the widget
display()
print in html the readonly value of the widget