name=($p_name==null)?$this->name:$p_name; $this->value=($p_value==null)?$this->value:$p_value; if ( $this->readOnly==true) return $this->display(); $extra= ( isset($this->extra))?$this->extra:""; $r=''; $attr=$this->get_js_attr(); $r.=$attr; return $r; } /*!\brief print in html the readonly value of the widget*/ public function display() { return ""; } static public function test_me() { } }