35 parent::__construct($p_name,$p_value);
41 public function input($p_name=
null,$p_value=
null)
43 $this->
name=($p_name==
null)?$this->
name:$p_name;
44 $this->
value=($p_value==
null)?$this->
value:$p_value;
47 $r=sprintf(
'<span style="%s" id="%s" %s>%s </span>',
catch(Exception $exc) if(! $g_user->can_write_action($ag_id)) $r
__construct($p_name="", $p_value="")
input($p_name=null, $p_value=null)
show the html input of the widget, the span is always readonly