style="display:inline"; } /*!\brief show the html input of the widget, the span is always readonly */ public function input($p_name=null,$p_value=null) { $this->name=($p_name==null)?$this->name:$p_name; $this->value=($p_value==null)?$this->value:$p_value; $r=sprintf('%s ', $this->style, $this->name, $this->value ); return $r; } static public function test_me() { } }