25 require_once NOALYSS_INCLUDE.
'/lib/class_html_input.php';
29 public function input($p_name=null,$p_value=null)
31 $this->
name=($p_name==null)?$this->
name:$p_name;
32 $this->
value=($p_value==null)?$this->
value:$p_value;
34 $r=
'<INPUT class="inp" TYPE="file" name="'.$this->name.
'" VALUE="'.$this->
value.
'">';
for($e=0;$e< count($array);$e++) $desc readOnly
display()
print in html the readonly value of the widget
input($p_name=null, $p_value=null)
show the html input of the widget