';
return $r.$a;
}
/*!\brief print in html the readonly value of the widget*/
public function display()
{
$r="";
for ( $i=0;$ivalue);$i++)
{
if ($this->selected==$this->value[$i]['value'] )
{
$r=h($this->value[$i]['label']);
}
}
if ( $this->table == 1 ) $a='
'.$r.'
';
return $r;
}
static public function test_me()
{
}
}