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;
33 $this->
id=($this->
id==
"")?$this->
name:$this->
id;
35 $r=
'<INPUT TYPE="HIDDEN" id="'.$this->id.
'" name="'.$this->
name.
'" value="'.$this->
value.
'">';
input($p_name=null, $p_value=null)
show the html input of the widget