25 require_once NOALYSS_INCLUDE.
'/lib/class_html_input.php';
30 parent::__construct($p_name,$p_value);
31 $this->
style=
"display:inline";
35 public function input($p_name=null,$p_value=null)
37 $this->
name=($p_name==null)?$this->
name:$p_name;
38 $this->
value=($p_value==null)?$this->
value:$p_value;
41 $r=sprintf(
'<span style="%s" id="%s">%s </span>',
__construct($p_name="", $p_value="")
input($p_name=null, $p_value=null)
show the html input of the widget, the span is always readonly