';
$r.='
';
return $r;
}
/*!\brief print in html the readonly value of the widget*/
public function display()
{
$r=" : ".$this->value;
$r.='name.'"'.
' value = "'.$this->value.'">';
return $r;
}
static public function test_me()
{
}
}